WiQuery Parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

org.odlabs.wiquery
ArtifactId

ArtifactId

wiquery-parent
Last Version

Last Version

6.13.0
Release Date

Release Date

Type

Type

pom
Description

Description

WiQuery Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/wiquery/wiquery

Download wiquery-parent

Filename Size
wiquery-parent-6.13.0.pom 11 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-parent/ -->
<dependency>
    <groupId>org.odlabs.wiquery</groupId>
    <artifactId>wiquery-parent</artifactId>
    <version>6.13.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-parent/
implementation 'org.odlabs.wiquery:wiquery-parent:6.13.0'
// https://jarcasting.com/artifacts/org.odlabs.wiquery/wiquery-parent/
implementation ("org.odlabs.wiquery:wiquery-parent:6.13.0")
'org.odlabs.wiquery:wiquery-parent:pom:6.13.0'
<dependency org="org.odlabs.wiquery" name="wiquery-parent" rev="6.13.0">
  <artifact name="wiquery-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odlabs.wiquery', module='wiquery-parent', version='6.13.0')
)
libraryDependencies += "org.odlabs.wiquery" % "wiquery-parent" % "6.13.0"
[org.odlabs.wiquery/wiquery-parent "6.13.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wiquery-core
  • wiquery-jquery-ui
  • wiquery-demo

WiQuery

WiQuery is a project to simply Wicket integration with jQuery and jQuery UI.

WiQuery Core

The core project does not contain much:

  • some interfaces and classes which were used with Wicket before 6.0 and are now deprecated.
  • a basic classes to create events, mostly for jQuery UI.
  • a basic API to create javascript functions and options to be used in behaviors or events.

The jQuery javascript is not included in WiQuery but in Wicket. In order to use a specific version one can add the following code in their Application#init():

getJavaScriptLibrarySettings().setJQueryReference(...);

or alternatively you can register a resource replacement:

addResourceReplacement(JQueryResourceReference.get(), ...);

where ... is the instance of your resource reference.

WiQuery JQuery UI

Here is where the fun starts, this project contains components and behaviors for enriching your application with jQuery UI.

One can override the default theme with a custom theme (for example 'foo') by creating a package called org.odlabs.wiquery.themes.foo and adding the following code in their Application#init():

addResourceReplacement(WiQueryCoreThemeResourceReference.get(), new WiQueryCoreThemeResourceReference("foo"));
org.odlabs.wiquery

WiQuery

Versions

Version
6.13.0
6.12.0
6.9.2
6.9.1
6.6.0
6.5.0
6.2.0
6.0.0
6.0.0-beta3
1.5.8
1.5.7
1.5.6