Getting Started With GServlet - DZone Java
Getting Started With GServlet by Join the DZone community and get the full member experience.Join For Free GServlet is an open-source project inspired by Groovlets, which aims to use the Groovy language and its provided modules to simplify Servlet API web development. Groovlets are Groovy scripts executed by a servlet. They are run on request, having the whole web context (request, response, etc.) bound to the evaluation context. They are much more suitable for smaller web applications. Compa...
Source: dzone.com