I would like to establish OTA-connections between mobile clients (Java-enabled mobile phones) and an enterprise server system. There is the purpose of transferring simple text messages as acknowledgements and invoking services on the server. Does anybody have a hint or experiences in creating such a szenario? THX
Most of the time, you create a Servlet/Web Service, on the server and then in the MIDlet use the HTTPConnection class to connect to that service and get the response back.
Check out www.jtom.de. There you can find a small JMS and JNDI-Implementation for J2ME-Devices. It works for CLDC configuration (MIDP 1.0 & 2.0) and CDC / PersonalJava. There is a documentation available and the demo connects to jboss as AS.
Regards
Pavel Kubal
Ranch Hand
Joined: Mar 13, 2004
Posts: 356
posted
0
I'd like to posta one more sample, try FruitMachine from nokia forum. Simple and clear.