|
|
||||||||||||||||
Kohsuke Kawaguchi's BlogA story of migration from JAXB 1.0 to 2.0Posted by kohsuke on August 05, 2005 at 03:13 PM | Comments (2)Today, I've heard from JAXB's internal customers that they had a successful transition from JAXB 1.0 to 2.0. It was from Rebecca Searls, who's working on the migration tool of Sun Java System Application Server 8. I'm not particularly familiar with what this tool does, but it's a tool that helps you to migrate from other vendor's app server to Sun's app server. Such a migration involves in reading and converting vendor-specific deployment descriptors, which are mostly XML. So naturally they wanted to find a simple way to read/write XML, and hence JAXB. Here's what they found:
Notice the huge improvements in the footprint (66M->4M). It's partly because we no longer generate unmarshaller/marshaller/validator, it's partly because the spec team and the EG worked hard to reduce the number of classes we generate. Rebecca also listed the following benefits:
Bookmark blog post: CommentsComments are listed in date ascending order (oldest first) | Post Comment
| ||||||||||||||||
|
|