Skip to content

Sample Web Application using Apache Wicket, Spring Framework and Google Guice

Notifications You must be signed in to change notification settings

wicket-sapporo/wicket_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wicket Workshop

This is a sample web-application using Apache Wicket.

Please check README_JP.md for details.

Running the project with Maven:

$ mvn jetty:run

When OutOfMemoryError of PermGen space occurs, set MaxPermSize.
For example:

$ export MAVEN_OPTS="-XX:MaxPermSize=128m"

About

Sample Web Application using Apache Wicket, Spring Framework and Google Guice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published