| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- Classworking toolkit: Inside JiBX code generation by Dennis M. Sosnoski - [Clicks: 33]
The JiBX framework builds on classworking techniques for fast and flexible conversions between Java objects and XML. But generating correct and verifiable bytecode isn't always easy, and lead developer Dennis Sosnoski has gone through some painful classworking experiences along the way to the 1.0 production release. He shares his insights in this article, discussing the internal structures used for code generation and the steps he's gone through to make sure that the generated code follows JVM rules.
http://www-128.ibm.com/developerworks/java/library/j-cwt09065/index.html - Sep, 2005 - Using RELAX NG With JAXB by Robert Eckstein - [Clicks: 52]
The JAXB libraries in the Java Web Services Developer Pack (Java WSDP) 1.5 include functionality for RELAX NG. RELAX NG provides vocabularies for XML documents, and is a popular alternative to DTD or XML Schema. The RELAX NG specifications have been developed by the RELAX NG Technical Committee within OASIS (The Organization for the Advancement of Structured Information Standards). The support for RELAX NG in JAXB is currently experimental and is not officially supported. However, if you like to work with RELAX NG, it's nice to know that you can use it with JAXB, even experimentally. This tip describes how to use RELAX NG with JAXB.
http://java.sun.com/developer/EJTechTips/2005/tt0524.html#2 - May, 2005