As Jelastic continues to grow, we want to continue to share with you new features, how to's and updates. Today, we want to show you how Grails works within Jelastic. Grails is an innovative, high-productivity framework that follows the principle of "Convention over Configuration," making it quite popular. It provides a stand-alone development environment while maintaining a simplicity that allows the developer to focus on what really matters: creating high quality, easy to use applications that users love. Grails supplements Java application development quite easily because it is built on Spring and based on Groovy.
So, how do you get all the benefits of using Grails and the Cloud? Easy. Use Jelastic!
1. Create the Application
- Go to grails.org and download the lastest version of Grails.
- Unzip the package you have just downloaded.
- Add the environment variables (this step is optional):
- GRAILS_HOME (...grails-1.3.7) specifys to the path where you extracted the archive;
- PATH (...grails-1.3.7bin) contains the path to the bin directory.
- Create your app using the command line.
- Create .war archive with just one command:
...grails-1.3.7bingrails war {app_name}.war
2. Create the Environment
- Go to jelastic.com and sign up if you haven't done so yet (you can do this on Servint or Host Europe servers), or log in with your Jelastic credentials by clicking the Sign In link on the page.
- Ask Jelastic to create a new environment.
- In the Environment topology dialog pick your application server (e.g. Tomcat 6) and type your environment name, for example, Grails, then click on Create button.
3. Upload the Java Package
- Upload your WAR file to the Deployment manager.
- Once the package uploaded to Jelastic, deploy it to your environment.