Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Wicket !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Wicket !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 (http://wicket.apache.org/)
A curated list of awesome projects powered by Apache Wicket (http://wicket.apache.org)
@@ -30,18 +30,15 @@
Libraries
List of libraries and components which can be used in your application
- JNPM (https://github.com/OrienteerBAP/JNPM) - Java library for JS Node Package Manager(NPM). Provides Wicket resource for transparent obtaining of NPM package and providing required file 
from it. 
- JNPM (https://github.com/OrienteerBAP/JNPM) - Java library for JS Node Package Manager(NPM). Provides Wicket resource for transparent obtaining of NPM package and providing required file from it. 
- wicket-akka (https://github.com/l0rdn1kk0n/wicket-akka) - Integration of Akka for Wicket.
- wicket-autowire (https://github.com/wicket-acc/wicket-autowire) - Makes your life easier by automatic creation of component according to provided annotation.
- wicket-bootstrap (https://github.com/l0rdn1kk0n/wicket-bootstrap) - Integration of Bootstrap Toolkit for Wicket.
- wicket-clientside-logging (https://github.com/l0rdn1kk0n/wicket-clientside-logging) - Helper library that allows javascript logging on client side, all log messages will be stored on server
side too.
- wicket-clientside-logging (https://github.com/l0rdn1kk0n/wicket-clientside-logging) - Helper library that allows javascript logging on client side, all log messages will be stored on server side too.
- wicket-console (https://github.com/PhantomYdn/wicket-console) - Lightweight AJAX-enabled web console for runtime execution JS scripts on server side.
- wicket-crudifier (https://github.com/premium-minds/wicket-crudifier) - Library to easily create CRUD's with wicket.
- wicket-dnd (https://github.com/svenmeier/wicket-dnd) - Generic Drag&Drop framework for Wicket.
- wicket-extjs-integration (https://github.com/onehippo/wicket-extjs-integration) - Integration of Wicket with ExtJS with event handling and a focus on making the Java-API as close to the 
JS-API as possible.
- wicket-extjs-integration (https://github.com/onehippo/wicket-extjs-integration) - Integration of Wicket with ExtJS with event handling and a focus on making the Java-API as close to the JS-API as possible.
- wicket-fullcalendar (https://github.com/42Lines/wicket-fullcalendar) - Integration of FullCalendar (http://fullcalendar.io/) javascript lib with Wicket.
- wicket-jersey (https://github.com/OrienteerBAP/wicket-jersey) - Adapter to run JAR-RX resources on Jersey2 (https://jersey.github.io/) under Wicket.
- wicket-jquery-selectors (https://github.com/l0rdn1kk0n/wicket-jquery-selectors) - Library for working with JQuery and Wicket.
@@ -68,10 +65,9 @@
- Context (https://github.com/wicketstuff/core/wiki/Context) - Used to locate components,models and models' objects declaratively with @Context annotation.
- Dashboard (https://github.com/wicketstuff/core/tree/master/dashboard-parent) - Support of dashboards for Wicket for quick access to required information in widgets.
- DataStores (https://github.com/wicketstuff/core/wiki/DataStores) - Collection of various implementation of IDataStore 
(https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/pageStore/IDataStore.java): MemCached (http://memcached.org/), Apache Cassandra 
(http://cassandra.apache.org/), Redis (http://redis.io/), Hazelcast (http://www.hazelcast.com/).
- Datatable Autocomplete (https://github.com/wicketstuff/core/wiki/Datatable-Autocomplete) - Provides a search data structure known as a Trie (http://en.wikipedia.org/wiki/Trie) that allows 
AJAX searches on large datasets fast.
(https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/pageStore/IDataStore.java): MemCached (http://memcached.org/), Apache Cassandra (http://cassandra.apache.org/), Redis (http://redis.io/), 
Hazelcast (http://www.hazelcast.com/).
- Datatable Autocomplete (https://github.com/wicketstuff/core/wiki/Datatable-Autocomplete) - Provides a search data structure known as a Trie (http://en.wikipedia.org/wiki/Trie) that allows AJAX searches on large datasets fast.
- DataTables (https://github.com/wicketstuff/core/wiki/DataTables) - DataTables jQuery (http://www.datatables.net/) Plugin Integration.
- Editable Grid (https://github.com/wicketstuff/core/wiki/Editable-Grid) - A grid component with add/edit/delete feature all at once, apart from supporting sorting/filtering/paging.
- Eidogo (https://github.com/wicketstuff/core/wiki/Eidogo) - SGF viewer and editor for GO game (also called baduk, igo or weiqi).
@@ -79,8 +75,8 @@
- Fast Serializer (https://github.com/wicketstuff/core/wiki/FastSerializer) - Wicket Serializer using the Fast 1.x (FST) library.
- Fast Serializer 2 (https://github.com/wicketstuff/core/wiki/FastSerializer2) - Wicket Serializer using the Fast 2.x (FST) library.
- GMap3 (https://github.com/wicketstuff/core/wiki/Gmap3) - Offers a component to use Google Maps v3 within Wicket applications.
- Google AppEngine Initializer (https://github.com/wicketstuff/core/wiki/Google-AppEngine-Initializer) - Provides Wicket's org.apache.wicket.IInitializer implementation that auto-configures 
the Wicket Application to be runable at Google AppEngine.
- Google AppEngine Initializer (https://github.com/wicketstuff/core/wiki/Google-AppEngine-Initializer) - Provides Wicket's org.apache.wicket.IInitializer implementation that auto-configures the Wicket Application to be runable at Google
AppEngine.
- Google Charts (https://github.com/wicketstuff/core/wiki/GoogleCharts) - Allows creation of charts using the Google Chart API (https://developers.google.com/chart/).
- HTML5 (https://github.com/wicketstuff/core/wiki/Html5) - Contains classes that give wicket support for using exciting new Html5 features.
- HTML Compressor (https://github.com/wicketstuff/core/wiki/Htmlcompressor) - Integration library for Wicket and htmlcompressor (http://code.google.com/p/htmlcompressor).
@@ -96,18 +92,16 @@
- Logback (https://github.com/wicketstuff/core/wiki/Logback) - The home for classes that can help with using wicket and logback (http://logback.qos.ch/) together.
- MBeanView (https://github.com/wicketstuff/core/wiki/MBeanView) - JMX panel, to view and operate the applications mbeans.
- Minis (https://github.com/wicketstuff/core/wiki/Minis) - Collection of assorted components and behaviors that are too small to warrant their own project.
- ModalX (https://github.com/wicketstuff/core/wiki/ModalX) - A lightweight extension to Wicket's ModalWindow capabilities that comes with standardized MessageBox class and allows easy 
definition of Modal dialog box classes.
- ModalX (https://github.com/wicketstuff/core/wiki/ModalX) - A lightweight extension to Wicket's ModalWindow capabilities that comes with standardized MessageBox class and allows easy definition of Modal dialog box classes.
- OSGI (https://github.com/wicketstuff/core/wiki/Osgi) - Lets you use Wicket in OSGi environments.
- Open Layers 3 (https://github.com/wicketstuff/core/tree/master/openlayers3-parent) - Provides a set of components that may be used to add interactive maps to a Wicket application.
- POI (https://github.com/wicketstuff/core/wiki/POI) - Integrates Wicket projects to Apache POI.
- Progressbar (https://github.com/wicketstuff/core/wiki/Progressbar) - Provides a progress bar component for Wicket.
- Push (https://github.com/wicketstuff/core/wiki/Push) - Provides support for Reverse AJAX in Wicket applications and allows them to "push" partial Web page updates to the Web browser.
- Scala Extensions (https://github.com/wicketstuff/core/wiki/ScalaExtensions) - Improves the syntax of Wicket models when using the Scala programming language.
- Select2 (https://github.com/wicketstuff/core/tree/master/select2-parent) - Provides Apache Wicket components that leverage Select2 (http://ivaynberg.github.com/select2) JavaScript library 
to build select boxes that provide Ajax choice filtering, custom rendering and etc.
- Servlet Container Authentication and Authorization (https://github.com/wicketstuff/core/wiki/Servlet-Container-Authentication-and-Authorization) - Simplify the integration of 
wicket-auth-roles with the servlet 3 security container.
- Select2 (https://github.com/wicketstuff/core/tree/master/select2-parent) - Provides Apache Wicket components that leverage Select2 (http://ivaynberg.github.com/select2) JavaScript library to build select boxes that provide Ajax choice
filtering, custom rendering and etc.
- Servlet Container Authentication and Authorization (https://github.com/wicketstuff/core/wiki/Servlet-Container-Authentication-and-Authorization) - Simplify the integration of wicket-auth-roles with the servlet 3 security container.
- Spring Reference (https://github.com/wicketstuff/core/wiki/SpringReference) - Can be used to integrate a wicket web application with spring.
- Stateless (https://github.com/wicketstuff/core/tree/master/stateless-parent) - Adds a few components that provide more comprehensive stateless features for Wicket.
- TinyMCE Integration (https://github.com/wicketstuff/core/wiki/TinyMCE-Integration) - Integration of the well-known TinyMCE WYSIWYG editor in Wicket.
@@ -116,8 +110,8 @@
- WHighCharts (https://github.com/wicketstuff/wiquery-highcharts) - Provides WiQuery bindings for HighCharts.
- Whiteboard (https://github.com/wicketstuff/core/wiki/Whiteboard) - Provides a Whiteboard which can be integrated in any wicket application.
- wicket-foundation (https://github.com/wicketstuff/core/tree/master/wicket-foundation) - Integrates Wicket and Zurb Foundation (http://foundation.zurb.com/).
- Wicket Rest Annotations (https://github.com/wicketstuff/core/tree/master/wicketstuff-restannotations-parent) - Provides a special resource class and a set of annotations to implement REST 
API/services in much the same way as we do it with Spring MVC or with the standard JAX-RS.
- Wicket Rest Annotations (https://github.com/wicketstuff/core/tree/master/wicketstuff-restannotations-parent) - Provides a special resource class and a set of annotations to implement REST API/services in much the same way as we do it 
with Spring MVC or with the standard JAX-RS.
- WiQuery (https://github.com/wicketstuff/wiquery) - Wicket integration with jQuery and jQuery UI.
- WqPlot (https://github.com/wicketstuff/wiquery-jqplot) - Provides WiQuery bindings for JqPlot.
@@ -129,8 +123,7 @@
- Hippo CMS (http://www.onehippo.com/en) - Enables enterprises to continuously refine their online business strategy by responding quickly to content performance metrics.
- Nocket (https://github.com/Nocket/nocket) - Naked Object based framework for wicket.
- NoWicket (http://invesdwin.de/nowicket/) - A naked objects framework for Wicket that enables developers to write less boilerplate Wicket code during implementation of complex websites.
- Orienteer (https://github.com/OrienteerDW/Orienteer) - Web framework on top of Wicket and OrientDB (http://orientdb.com/) to build you own CRM, CMS, ERP, mobile app backend or just common 
site.
- Orienteer (https://github.com/OrienteerDW/Orienteer) - Web framework on top of Wicket and OrientDB (http://orientdb.com/) to build you own CRM, CMS, ERP, mobile app backend or just common site.
- Vuecket (https://github.com/OrienteerBAP/vuecket) - Web Framework which integrates VueJS and Wicket and most natural way for both of them
- Wicketopia (https://github.com/jwcarman/Wicketopia) - Rapid Application Development (RAD) library for the Wicket.
@@ -142,8 +135,7 @@
- Estatio (https://github.com/estatio/estatio) - Open source estate management built on Apache Isis and wicket.
- GeoServer (https://github.com/geoserver/geoserver) - Open source software server written in Java that allows users to share and edit geospatial data.
- NextReports (http://www.next-reports.com/) - Smart business reportins.
- Orienteer (https://github.com/OrienteerDW/Orienteer) - Open source Business Application Platform for implementation of data warehouse, CRM, ERP, app/site backend system and other business 
apps.
- Orienteer (https://github.com/OrienteerDW/Orienteer) - Open source Business Application Platform for implementation of data warehouse, CRM, ERP, app/site backend system and other business apps.
- ProjectForge (https://www.projectforge.org/) - Open source software for your project management.
- Yes Cart (https://github.com/inspire-software/yes-cart) - Pure e-Commerse platform.
@@ -152,6 +144,6 @@
- qwickie (https://marketplace.eclipse.org/content/qwickie) - Eclipse (http://www.eclipse.org/) plugin for the Java Webframework Wicket
- WicketForge (https://github.com/minman/wicketforge) - IDE plugin for IntelliJ IDEA (https://www.jetbrains.com/idea/) designed to assist developers creating applications using Apache Wicket.
 License
 License
 !CC0 (http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg) (https://creativecommons.org/publicdomain/zero/1.0/)