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
- * Tue Aug 24 04:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0-0.alpha1.4jpp
-
- Rebuild with ant-1.6.2
- * Sat Aug 7 04:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.alpha1.3jpp
-
- Void change
- * Wed Jun 2 04:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0-0.alpha1.2jpp
-
- Upgrade to Ant 1.6.X