-
Book Overview & Buying
-
Table Of Contents
Grails 1.1 Web Application Development
By :
The application is at the point now where you need to start getting your hands dirty by writing some of the logic behind it. Before going any further you should take some time to investigate and understand the Groovy language a bit more. A large majority of the code you will write under Grails will be Groovy, so taking the time to understand the contents of this chapter will be well worth it. You will cover the following areas of the Groovy language:
The similarities to Java
How to install and run Groovy
Groovy data structures
Closures
Plain old Groovy objects
Metaprogramming
Builders
This chapter is not intended to be a complete guide to the Groovy language, but is merely an introduction to what you'll need to complete the example application.
Groovy is an object-oriented, dynamic, and functional language for the Java platform. It has a syntax that is very similar to Java and compiles down to Java bytecode; so it can be run in any JVM(Java Virtual...
Change the font size
Change margin width
Change background colour