On Wed June 10 2009 10:25:32 am Sergey Beryozkin wrote: > Hi > > I need to generate schema instances from java types, these types may or may > not be JAXB annotated. What options are available in CXF ? > > thanks, Sergey
JAXB can handle beans without annotations. You just need the annotations if you need to customize anything. Thus, I'd stick with it. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
