update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 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)
@@ -64,9 +64,8 @@
- Console (https://github.com/wicketstuff/core/wiki/Console) - Provides support for executing code dynamically (at runtime).
- 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/).
- 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.
- 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.
@@ -75,7 +74,7 @@
- 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
- 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.
@@ -99,7 +98,7 @@
- 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
- 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.
@@ -110,8 +109,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.
@@ -144,6 +143,8 @@
- 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/)
wicket Github: https://github.com/PhantomYdn/awesome-wicket