https://github.com/wicketstuff/core
Wicketstuff-core projects are bundled user contributions for use with Apache Wicket (https://wicket.apache.org/). They are released in step with Wicket releases to make them easy to use.
https://github.com/wicketstuff/core
apache-wicket integrations java wicket wicketstuff
Last synced: 8 months ago
JSON representation
Wicketstuff-core projects are bundled user contributions for use with Apache Wicket (https://wicket.apache.org/). They are released in step with Wicket releases to make them easy to use.
- Host: GitHub
- URL: https://github.com/wicketstuff/core
- Owner: wicketstuff
- Created: 2010-12-29T20:59:26.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T03:44:18.000Z (8 months ago)
- Last Synced: 2025-04-30T14:16:00.117Z (8 months ago)
- Topics: apache-wicket, integrations, java, wicket, wicketstuff
- Language: Java
- Homepage:
- Size: 116 MB
- Stars: 345
- Watchers: 59
- Forks: 295
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
- awesome-wicket - WicketStuff
README
Wicket Stuff Core
==================

Overview:
---------
Wicket Stuff is a collection of open source projects for the [Apache Wicket](https://wicket.apache.org/) web framework created and maintained by the Wicket community.
The core release is essentially a container into which developers place their project that ensures that regular releases are made that pair the projects to a specific wicket version.
The project acceptance criteria is very broad. So long as it is wicket related you are welcome to add in your module.
Our release process allows end users an easy way to track a project relative to the wicket release cycle.
For example, if a user sees a org.wicketstuff:someproject artifact with a version of 1.4.16.1 they can know immediately that it is based on wicket 1.4.16 and that it is the first point release (the 1.4.16 version would have been the original release).
Project Documentation (Wiki):
----------------------
https://github.com/wicketstuff/core/wiki
Project Documentation (JavaDoc):
----------------------
JavaDocs are hosted at [http://www.javadoc.io](http://www.javadoc.io). Just append to 'http://www.javadoc.io/doc' the group id and the artifact id of a module to get its javadoc. For example:
-http://www.javadoc.io/doc/org.wicketstuff/wicketstuff-stateless
-http://www.javadoc.io/doc/org.wicketstuff/wicketstuff-restannotations