public
Description: A java skeleton project that comes with Rail's ActiveRecord schema migration capability
Homepage:
Clone URL: git://github.com/shenie/base_java_project.git
name age message
file .gitignore Fri Jan 09 21:55:28 -0800 2009 first commit [shenie]
file README Sun Jan 11 00:40:27 -0800 2009 Thanks to Nick's (http://blog.nicksieger.com/ar... [shenie]
file application.ipr Fri Jan 09 21:55:28 -0800 2009 first commit [shenie]
file base.iml Fri Jan 09 21:55:28 -0800 2009 first commit [shenie]
file build.xml Fri Jan 09 21:55:28 -0800 2009 first commit [shenie]
directory db/ Fri Jan 09 21:55:28 -0800 2009 first commit [shenie]
directory lib/ Sun Jan 11 00:40:27 -0800 2009 Thanks to Nick's (http://blog.nicksieger.com/ar... [shenie]
directory resources/ Fri Jan 09 21:55:28 -0800 2009 first commit [shenie]
directory scripts/ Fri Jan 09 21:55:28 -0800 2009 first commit [shenie]
directory src/ Fri Jan 09 21:55:28 -0800 2009 first commit [shenie]
README
A java project setup to use jruby, ActiveRecord & jdbc to manage database migrations.


TODO

* Add CruiseControl to project.
* Add script to generate migration filenames.
* Extracts login details into config files.