Skip to content

tatjana19/jaulp.wicket

 
 

Repository files navigation

jaulp.wicket

Flattr this Build Status Open Issues

Overview

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.

Maven projects and install

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>6.18.0</version>
</dependency>

Add the following maven dependency to your project pom.xml if you want to import base stuff like base application, panel, pages etc.:

<dependency>
   <groupId>de.alpharogroup</groupId>
   <artifactId>jaulp.wicket.base</artifactId>
   <version>6.18.0</version>
</dependency>

Add the following maven dependency to your project pom.xml if you want to import behaviors etc.:

<dependency>
   <groupId>de.alpharogroup</groupId>
   <artifactId>jaulp.wicket.behaviors</artifactId>
   <version>6.18.0</version>
</dependency>

Check out sonatype repository for latest snapshots and releases.

Run Examples

You can run the 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 http://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.

Documentation

Contacting the Developer

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.

About

The library jaulp.wicket is a collection of Apache Wicket components and utilities.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.2%
  • HTML 4.3%
  • CSS 1.1%
  • Other 0.4%