Alexander I'm just commenting from the sidelines here... but I did come across an article that may be of use: http://www-106.ibm.com/developerworks/library/wi-parsexml/ (Parsing XML in J2ME)
Derek >>> [EMAIL PROTECTED] 2004/07/20 12:29:11 PM >>> Hi, Matthew and Upayavira Thanks for the feedback. Matthew is right. A midlet sits in the mobile phone and uses the J2ME platform, which is a very thin JRE when you only have kilobytes of memory available. I could send the data as XML, but how to receive it in the phone? With writeUTFin the server, you have readUTF at J2ME and all works fine! Anyhow, let me study again the J2ME APIs to see if another format (XML?) can be processed in J2ME. I'll keep you informed! Thanks again and good luck, Alexander >I think Alexander is talking more about sending the midlet data. Midlets are >small Java programs that run on/inside your mobile phone. I guess Alexander >wants them to communicate with a Cocoon based server - whereby Cocoon >recieves data from the midlet, processes it and then sends new data back to >the midlet. > >Alexander: Why not send the midlet data in an XML format? > >Matthew Langham > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
