Posted by: surikov on: May 25, 2009
Updated client-server version for http://jfxstudio.wordpress.com/2009/03/03/the-graphic-database-front-end/
How to start:
Defaults – server: 127.0.0.1, port: 1527, db: testdata, login: APP, password: APP
Demo stores all properties in <userHome>/javafx.derby.demo.properties.xml, for example for Vista properties file is C:\Users\<login>\javafx.derby.demo.properties.xml .
[...] The graphic database front-end II Posted May 25, 2009 [...]
Thank you for sharing information about database and I realy need that’s information
Hi, thanks for your tutorial.
Could you please update your code for JFX 1.2?
Greetings from Philippines!
I am a java newbie.
Is javaFX capable of data synchronization between local database and backend database from remote server? Meaning, the application can run in offline mode, saving records locally. Once connected to remote server, local records will be automatically uploaded to the server database. I think Adobe AIR has this capability.
Thanks for any reply.
Adobe AIR hasn’t this capability. No one application need this because data must be stored in one place for all users.
I believe this is necessary in real world applications. One good example are company Salesmen who are always on the field. They need to store their sales records in laptops or PDAs. Then, once they go online, records will be uploaded to the company’s server.
Adobe AIR has this capability.
http://coenraets.org/blog/2007/10/offline-synchronization-using-air-and-livecycle-data-services/
http://wiki.developerforce.com/index.php/Taking_Salesforce_Data_Offline_Using_Adobe_AIR
http://labs.adobe.com/showcase/air/studiocloud.html
2 | Matthew W. Perry
May 28, 2009 at 4:28 pm
surikov – that is an awesome interface thank you!!