XML element value to Bean setter mapper :
I have a XML file and set of Beans. I want to populate XML values in set of Beans through a mapper. Normally, When we are writing XML parsing & populating value in beans, we manually map XML element value to Bean setter.
I am looking for a tool, which provide UI to map XML element value to a Bean setter using drag & drop and this tool should provide mapper for XML to Bean mapping.
Please could any one guide me on this or share your knowledge on this.
Eclipse Juno for Java EE Developers includes the Dali plug-in (part of Web Tools Project) which provides mapping assistance for mapping beans to an XML schema. The mapping isn't drag and drop, but it displays validation messages where your mapping does not match the XML schema and provides code assist for creating the necessary JAXB mappings.