|
|
||||||
Arun Gupta's Blog
«TOTD #30: CRUD Application using Grails - Hosted on Jetty and HSQLDB |
Main
| Welcome JWBlogs to Blogosphere! »
TOTD #31: CRUD Application using Grails - Hosted on GlassFish and MySQLPosted by arungupta on April 23, 2008 at 07:00 AM | Comments (2)TOTD #30 explained how to create CRUD application using Grails and hosted using in-built Jetty servlet engine and in-memory HSQLDB database. Jetty and HSQLDB are built into Grails and allows to start easily. You can also use GlassFish and MySQL for deploying your applications in production environment. This blog entry walks you through the steps of deploying a Grails application on GlassFish and MySQL.
Being in production, it's recommended to use InnoDB tables instead of MyISAM tables. This can be easily specified by using the dialect as explained here. More details about the contents of "DataSource.groovy" can be found here. Please leave suggestions on other TOTD that you'd like to see. A complete archive is available here. Technorati: groovy grails glassfish mysql scripting netbeans Bookmark blog post: CommentsComments are listed in date ascending order (oldest first) | Post Comment
| ||||||
|
|