• 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

J2ME Application Database

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently we are working on a Mobile Applicayion.In that application I would need to connect my midlet with the mysql database.As I understand, J2ME does not support database so I haver already designed a servlet to acces my mysql database. That is already working fine but the mobile phone would need to be in online mode for this. I would also need to enable the application to be able to save data in offline mode and I understand that we would need to use RMS for this.Would you be able to advise me on how to synchronize the data from the RMS with my mysql database once my phone is in online mode in order for me to download all the keyed in information.I would also appreciate If anyone would be able to give me any ideas on how to implement this in J2ME. Thank You so much.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic