Jump to letter: [
ABCDEGHIJKMNOPRSTWX
]
jakarta-commons-betwixt0: 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 Oct 18 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:0.7-1jpp
-
- New name to get effective current version right
- commons-betwixt-1.0-alpha cannot be obsoleted, because it is
needed by other stuff
- * 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
- * Fri Aug 6 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.alpha1.3jpp
-
- Void change