Has anyone tried out the J2ME build in 1.1 yet? I'd like to confirm that this is now fully usable.
- Dennis Dennis M. Sosnoski SOA, Web Services, and XML Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-296-6194 - Wellington, NZ +64-4-298-6117 Dirk Bade wrote: > Hej, > we are currently working on porting an application to a runtime > environment for mobile devices (IBM's J9). > Our application uses JiBX for reading and writing XML-files. Since the > J9 lacks some java-classes > (as do all JREs for mobile devices, because of limited > device-resources) it is not possible to use the JiBX-runtime on mobile > devices. > > The only Problem is the usage of java.sql.Time, java.sql.Date and > java.sql.Timestamp within the jibx.runtime.Utility-class. > If you simply remove the imports of these packages within the class > and change the methods for serialization and deserialization > (using Object instead of java.sql.* in the method-signature) it works > fine. And because java.sql.* is not > included in the 'Personal Profile' for mobile devices you won't miss > the methods anyway. > > Note: the binding-compiler does not like the changes in the > method-signatures, so you have to use the original Utility-class for > binding-compiling. > > Since JiBX is very fast and furthermore really small it fits perfectly > for the use on mobile devices. > > Maybe it is possible to release a slightly modified version of the > JiBX-runtime-jar especially for mobile devices either with the > above mentioned changes or with some other kind of more generic > workaround ? > I could offer some help with modifying and testing if neccessary. > > Greetings, > Dirk Bade > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > jibx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jibx-users > _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
