Exit Print View

Sun GlassFish Enterprise Server v3 Scripting Framework Guide

  This Document Entire Library
Print View

Document Information

Preface

1.  Using JRuby on Rails With Sun GlassFish Enterprise Server

2.  Developing Grails Applications

Introduction to Groovy and Grails

Installing Grails

To Install the Grails Module

Creating a Simple Grails Application

To Create the helloworld Application

To Create the hello Controller

Deploying and Running a Grails Application

To Run a Grails Application Using Standard Deployment

3.  Jython on Django

4.  Scala and Lift

5.  PHP

Introduction to Groovy and Grails

Groovy is a dynamic, object-oriented language for the Java Virtual Machine, which builds on the strengths of Java but has additional features inspired by languages such as Python, Ruby, and Smalltalk. For more information about Groovy, see Groovy.

Grails is an open source web application framework that leverages the Groovy language and complements Java web development. Grails is a standalone development environment that can hide all configuration details or allow integration of Java business logic. It provides easy-to-use tools to build web applications in Groovy. For more information about Grails, see Grails.