The library jaulp-wicket is a collection of Apache Wicket components and utilities.
The components are loosely coupled and can be easily integrated into an existing Apache Wicket application.
The components are also designed to be customised so the user can provide they own components over factory methods.
The source code comes under the liberal Apache License V2.0, making jaulp-wicket great for all types of wicket applications.
jaulp-wicket-annotated-header-contributors
You can add the following maven dependencies to your project pom.xml
if you want to import the library.
You can first define the version properties:
<properties>
...
<!-- JAULP-WICKET version -->
<jaulp-wicket.version>7.8.0</jaulp-wicket.version>
<jaulp-wicket-annotated-header-contributors.version>${jaulp-wicket.version}</jaulp-wicket-annotated-header-contributors.version>
<jaulp-wicket-base.version>${jaulp-wicket.version}</jaulp-wicket-base.version>
<jaulp-wicket-behaviors.version>${jaulp-wicket.version}</jaulp-wicket-behaviors.version>
<jaulp-wicket-components.version>${jaulp-wicket.version}</jaulp-wicket-components.version>
<jaulp-wicket-data-provider.version>${jaulp-wicket.version}</jaulp-wicket-data-provider.version>
<jaulp-wicket-dialogs.version>${jaulp-wicket.version}</jaulp-wicket-dialogs.version>
<jaulp-wicket-dropdownchoices.version>${jaulp-wicket.version}</jaulp-wicket-dropdownchoices.version>
...
</properties>
Add the following maven dependency to your project pom.xml
if you want to import annotated-header-contributors:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jaulp-wicket-annotated-header-contributors</artifactId>
<version>${jaulp-wicket-annotated-header-contributors.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import base:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jaulp-wicket-base</artifactId>
<version>${jaulp-wicket-base.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import behaviors:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jaulp-wicket-behaviors</artifactId>
<version>${jaulp-wicket-behaviors.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import components:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jaulp-wicket-components</artifactId>
<version>${jaulp-wicket-components.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import data-provider:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jaulp-wicket-data-provider</artifactId>
<version>${jaulp-wicket-data-provider.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import dialogs:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jaulp-wicket-dialogs</artifactId>
<version>${jaulp-wicket-dialogs.version}</version>
</dependency>
Add the following maven dependency to your project pom.xml
if you want to import dropdownchoices:
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>jaulp-wicket-dropdownchoices</artifactId>
<version>${jaulp-wicket-dropdownchoices.version}</version>
</dependency>
Example projects are moved to the wicket-examples project.
You can run every example project by doing following steps. For instance if you want to start the examples for the project jaulp-wicket-components you do this:
First change to the directory and build the project:
cd jaulp-wicket-components-examples
mvn clean install
Running the example:
mvn jetty:run
Call then https://localhost:8080/
Another way is to start the example application programmaticly with jetty. In every example project there exists a start class with a main method that have the prefix Start**** and the suffix ****Examples.
- BaseWebApplication
- Counting online users with wicket
- Internationalization with ResourceModelFactory
- Wicket and I18n
- Replacing wicket panels with ajax
The source code of jaulp-wicket are on GitHub. Please feel free to fork and send pull requests!
Create your own fork of astrapi69/jaulp-wicket/fork
To share your changes, submit a pull request.
Don't forget to add new units tests on your changes.
Do not hesitate to contact the jaulp-wicket 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 paypal:
or over bitcoin or bitcoin-cash with:
1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW
or over ether with:
0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8
or over flattr:
Here is a list of awesome projects that use wicket, extends or decorate it.
- wicket-matchers Wicket 6 / Hamcrest 1.3 utility matchers
- wicket-utils Useful components, models and other stuff for Wicket (mainly 6) projects
- awesome-wicket A curated list of awesome projects powered by Apache Wicket