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.