Help yourself to some source code and associated javadocs. The source code has been compiled with
Sun's JDK 1.3 compiler. Please read the readme and license html files before downloading.
A package that transfers data between objects and XML has been added to the javlarry jar and javadocs. It is called com.lp.common.xml,
and it supports transferring data between objects and XML. The classes directly supported are:
java.lang.Boolean
java.lang.Byte
java.lang.Character
java.lang.Double
java.lang.Float
java.lang.Integer
java.lang.Long
java.lang.Short
java.lang.String
java.lang.StringBuffer
java.math.BigDecimal
java.math.BigInteger
java.sql.Date
java.sql.Time
java.sql.Timestamp
'Unsupported' classes are handled with the following exceptions: arrays are not handled at all; and the contents of Collections
are currently not saved. Another class in this package supports transferring data from java.sql.ResultSets to XML. The functionality of this
package will be enhanced over time.
Please take a look at the readme and the
license before downloading.