At 02:54 17/10/2006, Bob Hanson wrote: >peter murray-rust wrote: > > >At 22:47 16/10/2006, Bob Hanson wrote: > > > > > > > >Do you see a need to serialize
Serialization (h http://en.wikipedia.org/wiki/Serialize) means to write out to file. In our case we use XML. So an internal data object such as double[3] xyz // the coordinates might be serialized as: <point3 >1.234 2.345 3.456</point3> the same can be done for the transformations. I imagine the other words make sense in American English! (And I did use -ize :-) > these transformations at any stage? If > >so I think CML can provide much of the apparatus. > > > > > > > >You'll have to translate that to American English, please. I'm lost. So I'm simply saying that if you want to dump the state of the transformations at any stage you can use CML. > >P. > > > > > > > > > > > >>Bob > >> > >>------------------------------------------------------------------------- > >>Using Tomcat but need to do more? Need to support web services, security? > >>Get stuff done quickly with pre-integrated technology to make > your job easier > >>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >>_______________________________________________ > >>Jmol-developers mailing list > >>[email protected] > >>https://lists.sourceforge.net/lists/listinfo/jmol-developers > >> > >> > > > >Peter Murray-Rust > >Unilever Centre for Molecular Sciences Informatics > >University of Cambridge, > >Lensfield Road, Cambridge CB2 1EW, UK > >+44-1223-763069 > > > > > >------------------------------------------------------------------------- > >Using Tomcat but need to do more? Need to support web services, security? > >Get stuff done quickly with pre-integrated technology to make your > job easier > >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >_______________________________________________ > >Jmol-developers mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/jmol-developers > > > > > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Jmol-developers mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/jmol-developers Peter Murray-Rust Unilever Centre for Molecular Sciences Informatics University of Cambridge, Lensfield Road, Cambridge CB2 1EW, UK +44-1223-763069 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
