Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 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)
@@ -65,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).
@@ -76,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).
@@ -93,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.
@@ -113,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.
@@ -147,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/)