You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grails is a web based application framework based on the Groovy language that endorses the DRY (don't repeat yourself) and coding-by-convention philosophies. Grails runs on the Java Virtual Machine and thus has access to the entire Java Platform.
10
+
Grails is a web application framework based on the Groovy language that endorses the DRY (don't repeat yourself) and coding-by-convention philosophies. Grails runs on the Java Virtual Machine and thus has access to the entire Java Platform.
11
11
12
12
With Grails you can easily create web applications thanks to:
13
13
@@ -21,14 +21,14 @@ With Grails you can easily create web applications thanks to:
21
21
22
22
- scaffolding on data access classes for rapid development of CRUD (Create, Read, Update, Delete) operations.
23
23
24
-
- powerful web framework with dynamic tag libraries and support for Groovy Server Pages (GSP)
24
+
- powerful view technology with dynamic tag libraries and support for Groovy Server Pages (GSP)
0 commit comments