You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
martin-g edited this page Jan 6, 2012
·
1 revision
GAE Initializer Project
What ?
Google AppEngine initializer project provides Wicket's org.apache.wicket.IInitializer implementation that auto-configures the Wicket Application to be runable at Google AppEngine.
Why ?
Google AppEngine has many restrictions which prevent using many functionalities from the JDK - such as Threads, AWT/SWING, extending serialization, etc. For this reason your Wicket application should avoid using these functionalities.
Installation
Just put wicketstuff-gae-initializer.jar in the classpath and Wicket will use it automatically.