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:

  1. Download Derby database from http://www.javafx.me/crudfx/examples/derbydemo/derbysql.zip
  2. Edit start script and start Derby in network mode
  3. Start application
    1. - via WebStart ( http://www.javafx.me/crudfx/examples/derbydemo/DerbyDemo.jnlp )
    2. - in browser ( http://www.javafx.me/crudfx/examples/derbydemo/blueDerbyDemo.html )
  4. 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 .

Posted in database, graphics, layout, real world

Go to Source

Leave a Reply

You must be logged in to post a comment.