Ok, just so I'm understanding the spec from the quick read I've done of it so far. JAXB is basically just another way to bind Java classes to XML, much like Castor. If one were to implement JAXB it would involve having complete API level support for the spec, which in castors case would be like 're-doing', or at least heaviy modifying existing code to meet the specs and behave accordingly.
So the fact that JAXB uses generics/annotations really doesn't buy my current situation a whole lot, but may give some ideas on what to do with them. My other understanding is that JAXB doesn't have one XML 'spec' that they follow, but is a lot like Castor in allowing the use of any arbitrary descriptor/xml format to be used. I bring this up becuase I'm confused when you say 'By XML spec, do you mean the JAXB 2.0 spec?'. Hmm...guess thats it for now, but this could be an intersting project to get going, and like you said, that is one big spec they got there. :) -Nick On 7/13/05, Bruce Snyder <[EMAIL PROTECTED]> wrote: > On 7/12/05, Nick Stuart <[EMAIL PROTECTED]> wrote: > > > No sorry, should have been more specific. I simply mean that the > > annotations are used to generate the mapping XML files. I dont have > > any experince/knowledge with JAXB and what it involves, although I > > think I'll read up on it tomorrow. :) > > Be forwarned, it's a big spec ;-). > > > The project is currently waiting for approval on java.net, and would > > be more then happy to expand its goal and purpose. Everythings got to > > start somewhere. > > I'll have to take a peek when the source is available. > > > p.s. Why is castor no where to be found on the front page of code > > haus? Found this really odd when I went looking for it there for some > > reason. > > The current unofficial project count at the Codehaus is 126 and > currently only 28 of those are listed on the Codehaus home page. I > have no idea if there is any policy for getting a project listed > there, but I'll look into it. > > Bruce > -- > perl -e 'print unpack("u30","D0G)[EMAIL > PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" > );' > > The Castor Project > http://www.castor.org/ > > Apache Geronimo > http://geronimo.apache.org/ > > ------------------------------------------------- > If you wish to unsubscribe from this list, please > send an empty message to the following address: > > [EMAIL PROTECTED] > ------------------------------------------------- > > ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------