Make it smaller, faster and simple to use

Grails Tweet 8

@Grails - create-domain-class, create-controller creates those items but you need to manually create a GSP - hummmm!
0 Comments

Grails Tweet 7

@Grails - A GSP is a webpage skeleton on which you can add data and a little logic to make the page more interesting.
0 Comments

Grails Tweet 6

@Grails - Controller classes manipulate the data that you created in a domain class
0 Comments

Grails Tweet 5

@Grails - Domain classes are automatically saved in a database that you configure in the conf/DataSource.groovy.
0 Comments

Grails Tweet 4

@Grails - Domain classes are data that you will interact with later on, with some restriction and extra information.
0 Comments

Grails Tweet 3

@Grails - Where you put things and what you name them, makes them adapt those charateristics.
0 Comments

Grails Tweet 2

@Grails - You create an application by calling create-app and you run an application by calling run-app.
0 Comments

Grails Tweet 1

@Grails - A framework but it also is a command line tool that make structured web applications for you. The arguments determine the actions.
0 Comments