Questions tagged [groovlet]

Groovlet are Groovy Scripts with JSP like implicit variables bounded.

Grrovlets are invoked by GroovyServlet, which hands these Groovy scripts implicit variables, request, response, session, params etc.

The script can generate web-content by println statements or MarkupBuilder.

Look at this for more details

17 questions
0
votes
1 answer

Code completion in groovlets?

Why doesn't eclipse provide proper code completion for implicit objects in a groovlet -
Kshitiz Sharma
  • 17,947
  • 26
  • 98
  • 169
0
votes
1 answer

Groovlet classpath

I'm writing a simple groovlet web application. I have some groovy libraries (*.groovy), and all groovlets share this libraries. Where should I put the groovy libraries for using in groovlets? (I don't want to compile the library *.groovy because it…
KwonNam
  • 686
  • 1
  • 8
  • 19
1
2