GrailsTweetCourse
Grails Tweet 8
07/03/10 09:28
@Grails -
create-domain-class, create-controller creates those items but you
need to manually create a GSP - hummmm!
0 Comments
Grails Tweet 7
07/03/10 09:28
@Grails - A GSP is a
webpage skeleton on which you can add data and a little logic to
make the page more interesting.
Grails Tweet 6
07/03/10 09:27
@Grails - Controller
classes manipulate the data that you created in a domain
class
Grails Tweet 5
07/03/10 09:26
@Grails - Domain
classes are automatically saved in a database that you configure in
the conf/DataSource.groovy.
Grails Tweet 4
07/03/10 09:26
@Grails - Domain
classes are data that you will interact with later on, with some
restriction and extra information.
Grails Tweet 3
07/03/10 09:23
@Grails - Where you
put things and what you name them, makes them adapt those
charateristics.
Grails Tweet 2
07/03/10 09:14
@Grails - You create
an application by calling create-app and you run an application by
calling run-app.
Grails Tweet 1
07/03/10 09:12
@Grails - A
framework but it also is a command line tool that make structured
web applications for you. The arguments determine the
actions.
