Hi Guys,
> > I have gone through Jakarta digester project and found it too good but > there is small info i need for sure to start using this. > > How do i create XML rules? Don't tell me manually as my data xml is huge. > Also i want to use digester for many different cases so obviously i don't > prefer to write digester-rules.xml for every case manually. > > but i want this file to be created somehow...how ??? > my data xml and java objects are identical in terms of > xml tag name <-> Java bean (one to one mapping) > > so basically i want to avoid specifying any rules (xml or programmatic) , > how do i do that? > Ok lets say i am suppose to use xml rule, then how do i create this huge > digester-rules.xml ? any tool to do that ? > > Any other way to do it >? > I have data xml's and corresponding java objects (java field names word to > word same as xml tag name)... > > >
