• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Suggestion required

 
Ranch Hand
Posts: 260
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

For my project I am thinking to create an XML parsing framework, which will use JAXB internally to play with XML.I am thnking to create a static wrapper like JAXBUtil . It will provide the developer to marshalling, unmarshalling, validation methods etc. Do I need to make Inner classes for Marshalling, UnMarshalling or plain static method of JAXBUtil class.

Please suggest.

Thanks
Vijay

 
Marshal
Posts: 80939
521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know, but you might get more attention with a more descriptive thread title.
 
reply
    Bookmark Topic Watch Topic
  • New Topic