Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-betwixt: Java bean to XML mapping library
- Summary
- The Betwixt library provides an XML introspection mechanism for
mapping beans to XML in a flexible way. It is implemented using an
XMLIntrospector and XMLBeanInfo classes which are similar to the
standard Introspector and BeanInfo from the Java Beans specification.
Betwixt provides a way of turning beans into XML as well as
automatically generating digester rules in a way that can be
customized on a per type manner in the same way that the BeanInfo
mechanism can be used to customize the default introspection on a java
object.
Changelog
- * Mon Feb 12 11:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.alpha1.6jpp
-
- Add gcj_support option
- * Wed May 17 12:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.alpha1.5jpp
-
- First JPP-1.7 release
- * Mon Aug 23 12:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0-0.alpha1.4jpp
-
- Rebuild with ant-1.6.2