• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

coding for the PALM OS

 
Ranch Hand
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 300
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
where can i find these specs?
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic