I am new to Grails and in the Grails website I found the following sentence.
Grails is an Open Source, full stack, web application framework for the JVM.
What is full stack web application framework? How Grails vary from Struts? Thanks
I am new to Grails and in the Grails website I found the following sentence.
Grails is an Open Source, full stack, web application framework for the JVM.
What is full stack web application framework? How Grails vary from Struts? Thanks
Normally when you build applications you need some functionalities:
You can build your application using one API/Framework for each area.
The full stack means that Grails will provide you functionality to all those areas so you don't need to look for a set of frameworks, just use one.