Skip to content

dontdrinkandroot/wicket.java

Repository files navigation

Wicket extensions and Twitter Bootstrap bindings

Build Status Coverage Status Donate

About

Useful Apache Wicket core extensions and easy to use Twitter Bootstrap bindings.

  • Wicket Version: 9.*
  • Bootstrap Version: 5.*

Versioning

This project uses semantic versioning. For more information, please visit http://semver.org/.

Maven

This project is not yet available via Maven Central. In the meantime you can include the sonatype open source repository:

<repository>
    <id>oss-sonatype</id>
    <name>oss-sonatype</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>

Demo

You can find the demo here.

To run the demo locally, do the following:

git clone https://github.com/dontdrinkandroot/wicket.java
cd wicket.java
mvn clean install
cd example
mvn spring-boot:run

Now you can point your browser to http://localhost:8080

Copyright and license

Copyright (C) 2012-2021 Philip Washington Sorst and individual contributors as indicated by the @authors tag.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.