|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
wiQuery - Wicket / jQuery integrationwiQuery aims to bind jQuery and jQuery UI within the Java Wicket framework, a Java framework providing a real way to create web applications with an OO approach. Our code has moved to GitHub : https://github.com/WiQuery/wiqueryOur Google Groups mailinglist has been deleted! Please use the issue tracker here, or email to the Wicket mailinglist! We do read your posts!Check the following items to get more:
Release 1.5.3Compiled against Wicket 1.5.3, added 2 checks to prevent NullPointerExceptions :) and check if the RequestHandler is a RequestHandlerDelegate. Release 1.5.2Compiled against Wicket 1.5.2, no real changes. Release 1.5.1Fixes a lot of internal problems with Wicket and the rendering of resources/plain scripts in ajax requests. Please update to this version ASAP. --- Release 1.5.0 !!After weeks of debugging, testing and collaboration with users we have released WiQuery 1.5.0! A lot has changed in WiQuery, most things invisible for end users. Here is a list of features of WiQuery (old and new):
In order to use WiQuery you need to add one of the artifacts below (wiquery-core contains no jquery ui, wiquery-jquery-ui contains a subset of jquery default components): <dependency> <groupId>org.odlabs.wiquery</groupId> <artifactId>wiquery-core</artifactId> <version>1.5.0</version> </dependency> <dependency> <groupId>org.odlabs.wiquery</groupId> <artifactId>wiquery-jquery-ui</artifactId> <version>1.5.0</version> </dependency> We are working on updating our Wiki during the coming week. Here you will find more information about current and new classes and how to use them. Release 1.5-RC4The third release candidate fixed some bugs, but introduced 2 more :) That's why we released RC4 today. Here is a list of fixed issues:
Release 1.5-RC2The second release candidate of WiQuery for Wicket-1.5.0 is out! This version upgrades jQuery to 1.6.3 and jQuery UI to 1.8.16. Release 1.5-RC1.1The first release candidate of WiQuery for Wicket-1.5 is out. Note that there is a WiQuery 1.5-RC1 however this contains a bug which has been fixed in RC1.1 This RC contains a total rewrite of the resource management.
Release 1.5-M3The third milestone of wiQuery for Wicket-1.5-RC5.1 is out. This milestone contains only changes to work with Wicket 1.5-RC5.1 and some bugfixes. Release 1.2.4A lot of internal changes (new YUI) and a few API changes.
Release 1.5-M2The second milestone of wiQuery for Wicket-1.5-RC4.2 is out. We are nearing completion! Please note that when using maven2 you need to change the artifact! Either use wiquery-core (contains no wiquery ui components) or wiquery-jquery-ui (contains wiquery ui components and pulls wiquery-core) as artifactId. Release 1.5-M1The first milestone of wiQuery for Wicket-1.5. Release 1.2.3Move to jQuery 1.5.1 and jQuery UI 1.8.10 Fixes the following issues (bugfixes and enhancements):
Many thanks to Hielke Hoeve
Sponsored by jWeekend and odlabs (an inovation label by ObjetDirect) |