Hi all, i am currently working on a project which requires me to send a few options from a servlet to the palm in an implicit choice select form.. is this possible? And how do i do it?? eg.. i have this 3 options: hard disk, floppy and monitor. And i want to send this 3 choices to the palm for the user to select their choice.. and send the results back to the servlet. thanks
liang gu
Ranch Hand
Joined: Nov 05, 2001
Posts: 89
posted
0
check out the code at http://wireless.java.sun.com/midp/samples/. And also from my experience, sometimes you need to do a little bit tweek on the sample code by Sun Java to make it work on a particular device.
Eric Giguere
Ranch Hand
Joined: Oct 25, 2000
Posts: 170
posted
0
I assume you're writing a MIDP application for the Palm and running it with Sun's MIDP4Palm. Go to http://www.j2medeveloper.com/techtips/index.html and from there you'll see a list of J2ME Tech Tips I've written. There are a couple that deal specifically with J2ME-device-to-servlet communication over HTTP, including code for the servlet as well as the client.