[jibx-users] JiBX Best Practices

2004-05-14 Thread Norm Deane
After evaluating JiBX, Castor, JAXB, and several other tools it looks like we'll be using JiBX on an upcoming project. Thanks to Dennis and everyone that has helped us through our evaluation of JiBX! One thing that I've learned over the years is that there is usually a right way to use a tool

RE: [jibx-users] Support for Map using collection

2004-05-14 Thread Norm Deane
Can you elaborate more on #2. The use of ident is not very clear to me. Thanks, Norm -- Norm Deane MIS Consultant Vanderbilt University (615) 322-7855 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Falk Langhammer Sent:

Re: [jibx-users] Support for Map using collection

2004-05-14 Thread Dennis Sosnoski
You should be able to just use a custom marshaller/unmarshaller for the Map itself. That won't use your get/set methods for the individual items, but I don't see any reason why you'd want to. The custom marshaller/unmarshaller documented at

Re: [jibx-users] JiBXException: Missing 'T' separator in dateTime (??)

2004-05-14 Thread Dennis Sosnoski
Yes, JiBX uses the XML Schema xs:dateTime standard representation which always requires the T. If you're actually working with xs:date values (which don't include a time component) there are methods provided in org.jibx.runtime.Utility that will handle serializing/deserializing. This would be