Wouldn't it be cool if everybody did it? Login and vote now.
By bloid
via weblogs.java.net
Submitted: Aug 20 2007 / 09:54
In a previous screencast, I showed how to develop a Rails application fetching data from the MySQL database and deploy it in GlassFish. GlassFish comes pre-bundled with JavaDB. Based upon a user request, this TOTD shows to use JavaDB database instead of MySQL.
Here are the steps required to replace MySQL database configuration with JavaDB. You can either mix these steps with the existing screencast or follow these steps altogether after the original app is created using MySQL.
Add your comment