The moose likes Java Micro Edition and the fly likes help needed Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "help needed" Watch "help needed" New topic
Author

help needed

Jane Lin
Greenhorn

Joined: Aug 03, 2001
Posts: 13
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
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
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.

------------------
Eric Giguere
author/co-author of:
Mobile Information Device Profile for Java 2 Micro Edition: Professional Developer's Guide
Java 2 Micro Edition: Professional Developer's Guide
PalmTM Database Programming: The Complete Developer's Guide


Eric Giguere
Author/Co-Author of: Mobile Information Device Profile for Java 2 Micro Edition: Professional Developer's Guide, Java 2 Micro Edition: Professional Developer's Guide and PalmTM Database Programming: The Complete Developer's Guide
 
 
subject: help needed
 
Threads others viewed
j2me network
Sending SMS thru Palm
Expertise comments on this scenario
Select Mutilple options??
When should one consider appearing for the exam and exam question policy
IntelliJ Java IDE