Thursday, August 12, 2010

Wicket quickstart modifed for request response

Download Project Source

1. Initial Screen
2. Enter something and click "Update"
3. Resulting page
This is the first time I am trying a JAVA application (10 years back I had just opened the big JAVA book and left it as such and fully concentrated on C++ and .NET). The above application is a modified version of the quickstart wicket project available in apache website. I have modified it to a request response application which is quite easy to understand if you are a C++ or .NET programmer. (You must have some basic knowledge about wicket)