A parent project for javascript libraries and jquery plugins that can be integrated with the java web framework wicket.
It holds module-projects that are wrappers for the javascript libraries and jquery plugins.
The wrappers are loosely coupled and can be easily integrated into an existing Apache Wicket application.
The wicket-js-addons-core module project holds the API that all sub-modules uses to build the wrappers. If you want to write your own wrapper you can add this project as dependency.
The source code comes under the liberal MIT License, making wicket-js-addons great for all types of wicket applications.
Maven dependency is now on sonatype. Check out sonatype repository for latest snapshots and releases.
Add the following maven dependencies to your project pom.xml
if you want to import the core functionality:
You can first define the version properties:
<properties>
...
<!-- WICKET-JS-ADDONS version -->
<wicket-js-addons.version>7.8.0</wicket-js-addons.version>
<wicket-pnotify.version>${wicket-js-addons.version}</wicket-pnotify.version>
<wicket-popupoverlay.version>${wicket-js-addons.version}</wicket-popupoverlay.version>
<wicket-spin.js.version>${wicket-js-addons.version}</wicket-spin.js.version>
<wicket-toastr.version>${wicket-js-addons.version}</wicket-toastr.version>
<wicket-tooltipster.version>${wicket-js-addons.version}</wicket-tooltipster.version>
...
</properties>
Add the following maven dependency to your project pom.xml
if you want to import the wicket-pnotify project:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>wicket-pnotify</artifactId>
<version>${wicket-pnotify.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import the wicket-popupoverlay project:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>wicket-popupoverlay</artifactId>
<version>${wicket-popupoverlay.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import the wicket-spin.js project:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>wicket-spin.js</artifactId>
<version>${wicket-spin.js.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import the wicket-toastr project:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>wicket-toastr</artifactId>
<version>${wicket-toastr.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import the wicket-tooltipster project:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>wicket-tooltipster</artifactId>
<version>${wicket-tooltipster.version}</version>
</dependency>
The source code for wicket-js-addons are on GitHub. Please feel free to fork and send pull requests!
Create your own fork of lightblueseas/wicket-js-addons/fork
To share your changes, submit a pull request.
Do not hesitate to contact the wicket-js-addons developers with your questions, concerns, comments, bug reports, or feature requests.
- Feature requests, questions and bug reports can be reported at the issues page.
No animals were harmed in the making of this library.
If you like this library, please consider a donation through