EasyGSP Samples

This is a collection of samples demonstrating the usage of different parts of the EasyGSP engine.

These examples will only work when these pages are being served by a scgi engine; of course, we recommend LightTPD as the HTTP server. They will not work if you are viewing these pages via a "file://..." URL.

To navigate your way through the examples, the following icons will help:
 
Execute the example
Look at the source code for the example
Return to this screen

Tip: For session scoped beans to work, the cookies must be enabled. This can be done using browser options.
 

File Upload Execute Source
Implicit Objects Execute Source
Numberguess  Execute Source, NumberGuessBean.groovy
Date  Execute Source
Snoop Execute Source
ErrorPage(500)  Execute Source
ErrorPage(404)  Execute
Include  Execute include.gsp, header.gsp, comboBox.gsp
Forward  Execute forward.gsp,view.gsp
Redirect Execute Source
Cookies Execute Source
Database 1 Execute Source
Database 2 Execute Source
MVC Execute mvc.gspx, mvc.groovy