This post originated from an RSS feed registered with Java Buzz
by Keith Lea.
Original Post: JAXB 2.0 doesn’t look so cool
Feed Title: joustlog
Feed URL: http://joust.kano.net/weblog/feed/rss2/
Feed Description: Weblog for the Joust project, a Java AIM client and library.
I’ve been thinking I wanted to learn about JAXB 2.0, because DOM (and SAX) code usually looks gross and is gross to write. To start learning, I visited this tutorial linked from the JAXB reference implementation home page and I think I’ve learned enough.
For a simple XML schema which defines 8 elements, the JAXB compiler [...]