wicketstuff-prototype
The wicketstuff-prototype project standardizes the integration of the prototype javascript library.
Usage
If your component or behavior requires prototype use a PrototypeResourceReference in your header contributor:
public void renderHead(IHeaderResponse response) {
response.renderJavascriptReference(PrototypeResourceReference.INSTANCE);
}
Configuration
If you want to use a custom prototype script in your application:
PrototypeResourceReference.install(application, yourCustomScriptResource);
Project maintainers
Sven Meier: svenmeier@users.sourceforge.net