Giter Club home page Giter Club logo

jaulp.wicket's Introduction

jaulp.wicket

Flattr this Build Status Open Issues Maven Central

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.

License

The source code comes under the liberal Apache License V2.0, making jaulp.wicket great for all types of wicket applications.

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

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 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

Want to Help and improve it?

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.

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.

jaulp.wicket's People

Contributors

astrapi69 avatar lightbluesee avatar marie-christin avatar bluecosmo avatar tatjana19 avatar bitdeli-chef avatar blowupyourchains avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.