• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JOX

 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you used JOX for JavaBean to XML conversion and XML to JavaBean conversion? It's really good because its easy and simple to use. Though community support is not very strong, but its javadoc API is doing well for me to carry on with it. You may find it here -
http://sourceforge.net/projects/jox
I am currently continuing R&D on sending nested beans within a bean as CDATA data, facing a little problem...
 
Ashik Uzzaman
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am now facing problem in generating sub beans as CDATA values. What JOX generates is like -

But I want in this way -

I tried to the mailing list, none replying. Anyone working with JOX here and can tell me whether its feasible or not?
 
reply
    Bookmark Topic Watch Topic
  • New Topic