SO do you know where I can find the tutorial about connection between j2me to php and mysql or between j2me to java servlet.
Currently Im using Tomcat as my server.
Thanks
Main Topics
Browse All TopicsHi, I want to ask, how to connect J2ME to the internet.
Currently im trying to develop mobile e learning that enable the user to view and post information to the web server and all the information is stored on the database.
So can anyone suggest what is the best way to connect from j2me to http.
Im reading some article that we can connect using php and mysql, but is it the best way?
or any other easy way and better way
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Try these:
http://developers.sun.com/
http://developers.sun.com/
This one also contains an example of a Servlet:
http://developers.sun.com/
Business Accounts
Answer for Membership
by: jimmackPosted on 2004-06-09 at 03:33:54ID: 11268191
It probably depends on where your skill set lies. Personally, all my networked MIDlets communicate with Java Servlets running on Tomcat. Some of them use MySQL for database backends too.
Unless you have specific requirements or restrictions (eg. if your server host won't support Java, then you can't use Servlets), then any standard server-side technology should be OK. Certainly PHP should be fine.