Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Database synchronization from RMS with MySQL in Online mode

  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Database synchronization from RMS with MySQL in Online mode

    Currently I am working on a Mobile Application.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 guide me on methods to implement this snchronization system with J2ME application.Thanks everyone.Really appreciate your help and guidance.

    Jeremy


  2. #2
    Junior Member
    Join Date
    Jan 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: J2ME Application Database Synchronization

    I would suggest using Sync ml for j2me application synchronization. It is an open source language which efficiently synchronize remote data by using sync (),begin sync(), sync item[] method for data synchronization.

Similar Threads

  1. Database connection using NetBeans
    By jcc285 in forum Java IDEs
    Replies: 6
    Last Post: June 9th, 2009, 03:23 AM
  2. Desktop Database Application
    By TCoomer in forum JDBC & Databases
    Replies: 2
    Last Post: June 4th, 2009, 03:51 PM
  3. Sending and Receiving mail using J2ME without server
    By chals in forum Java ME (Mobile Edition)
    Replies: 5
    Last Post: June 2nd, 2009, 09:59 AM
  4. Runtime exception while developing J2ME mobile application with aspectJ
    By yousef atya in forum Java ME (Mobile Edition)
    Replies: 3
    Last Post: April 29th, 2009, 09:55 AM
  5. Website to study Struts framework
    By kirman in forum Java IDEs
    Replies: 2
    Last Post: October 17th, 2008, 07:26 AM