Grails is an open source framework based on Groovy and Java. It also supports MVC architecture to for developing web application. This tutorial will describe more details about Grails and represent a simple web application with Grails. 1.Groovy Groovy is a dynamic object-oriented programming language for the Java platform. It is compiled to Java Virtual Machine (JVM) byte code and integrates with all ...
Read More »Home » Archives for Ima Miri »
Struts tutorial for beginners
Apache Struts is an open source framework for developing Java Enterprise web applications. It uses Java Servlet API to implement the web applications based on Model-View-Controller (MVC) design pattern. As the latest version of Struts is currently Struts 2, we describe the Struts 2 framework here. 1. How Struts works Struts 2 MVC is realised by three core framework components: ...
Read More »