Well, it’s been a very, very long time since I last made a Wicket RAD release, but I finally got around to make one. Not much has changed, except for updates to work with Wicket 1.4.7 and a removal of the table generation component, which frankly wasn’t very good.
The new repo-location that you’ll need is: http://recursivity.s3.amazonaws.com/repo/
The form-generation bit is available at with org.wicketrad/wicket-rad-core/0.8 and the JPA utilities for Open Session in View stuff is at org.wicketrad/wicket-jpa/0.8
..hopefully I got all the repo stuff correct, though you’ll struggle to view anything but the specific files, as the repo is hosted at Amazon S3
Advertisement
March 25, 2010 at 9:53 pm
I use Wicket a lot and got curious. But the repo URL is not working. Is there something I missed? Assumed it was a Subversion repo.
March 26, 2010 at 2:45 am
Hi,
It is not a Subversion repo – it is a Maven repo hosted on Amazon S3, as such you can only reach the actual specific files, not the directories.
However, Subversion is available here:
https://wicket-rad.svn.sourceforge.net/svnroot/wicket-rad/trunk
There’s more infor here:
http://sites.google.com/site/wicketrad/
June 8, 2010 at 10:45 am
Hi,
I’m testing Wicket RAD… I cannot found a 0.8 tag on the subversion and the current trunk is depending on a snapshot version of jpa-utils. Is a 0.8 tag planned?
June 8, 2010 at 10:50 am
Jordi:
0.8 is trunk. Not tagging it is an omission,. as is the unversioned nature of jpa-utils (it is maintained as part of Wicket RAD, though not dependent on Wicket).
If you don’t want to get it from the Maven repo, the trunk version should be what you’re looking for (I do not believe any further commits have been made since the 0.8 release).