Web services on T80

View: New views
2 Messages — Rating Filter:   Alert me  

Web services on T80

by Mehdi Lefouili :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I'm wondering if I can implement Web services on BENQ T80. Did the T80 implement the JSR 172 API ? If not, did the use of J2ME Polish RMI (http://www.j2mepolish.org/cms/leftsection/documentation/rmirpc.html) solve the issue or is it dependant on the JSR 172 ?

Thanks for your reply.

Mehdi

Re: Web services on T80

by josergc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mehdi,

Unfortunatelly, the JSR 172 is not implemented in the JavaVM of the BenQ T80. If you open the JavaVM, and press "Menu" option, and then "About", you will be able to locate the implemented JSRs: 75, 139, 184, 185, and 257.

Reading from that page (http://www.j2mepolish.org/cms/leftsection/documentation/rmirpc.html): "The J2ME Polish RMI implementation either uses a slim binary protocol or the XML-RPC protocol for accessing server functionality from within your mobile application.", since the XML parser (JSR 172) is missing, you should be able to use the binary protocol. I have not tested yet, but it looks like it is not asking for minimum requirements or I have not been able to locate the requirements.

They have a testing tool in
http://devices.j2mepolish.org/interactivedb/welcome.faces
and I have uploaded information about the T80, and it says "success", so if they are using their own libraries, this J2MEPolish works with the T80. You will be able to locate my report (Dec 1, 2008 benq/t80) in
http://devices.j2mepolish.org/interactivedb/sysinfoindex.faces

Best regards,

Jose