The graphic database front-end II
Updated client-server version for http://jfxstudio.wordpress.com/2009/03/03/the-graphic-database-front-end/
How to start:
- Download Derby database from http://www.javafx.me/crudfx/examples/derbydemo/derbysql.zip
- Edit start script and start Derby in network mode
- Start application
- - via WebStart ( http://www.javafx.me/crudfx/examples/derbydemo/DerbyDemo.jnlp )
- - in browser ( http://www.javafx.me/crudfx/examples/derbydemo/blueDerbyDemo.html )
- Download source if you wish – http://www.javafx.me/crudfx/examples/derbydemo/nbproject.zip
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 .
Comments(0)