hi I have recently been contacted regarding writing an apllication for the palm os can anyone help me witht he following the application is to be used bt salesman for the company where they weill write thier orders into the palm and then synchronize with the main system when they get back to the office! i understand IO is not supported in J2ME so how can i store the data to be uploaded at a later time? also what can i use for the fromt end? thank you Fred
Mark Herschberg
Sheriff
Joined: Dec 04, 2000
Posts: 6035
posted
0
IO is well supported in J2ME. java.io is not supported under CLDC, however the RMS classes can be used for persistent storage. HTTP support is also required. See the CLDC and MIDP specs for more information. --Mark
Fred Abbot
Ranch Hand
Joined: Jun 01, 2000
Posts: 300
posted
0
where can i find these specs?
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
http://java.sun.com/j2me/?frontpage-javaplatform has links to let you download the various profiles - pretty complex, but I guess this range is needed to cover the range of devices that Java is now appearing in. Bill