http://wicketstuff.org/confluence/display/STUFFWIKI/Getting+started+with+Swarm http://wicketstuff.org/wicketsecurity/ https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-security-examples
On Tue, Jun 1, 2010 at 8:24 AM, Paul Szulc <[email protected]> wrote: > true, some kind of quick start could be useful > > On Mon, May 31, 2010 at 8:00 PM, Joe Fawzy <[email protected]> wrote: > >> Hi >> i heard a lot about this project but have no opportunity to play with it >> i think a (detailed) tutorial or a getting start guide is required(for >> someone like me) to begin using this >> >> any pointers? >> >> thanks >> Joe >> >> On Mon, May 31, 2010 at 5:07 PM, Martijn Dashorst < >> [email protected]> wrote: >> >> > We are proud to release Wicket Security 1.4 final. >> > >> > Wicket Security is an attempt to create an out of the box reusable >> > authenticating and authorization framework for Apache Wicket. It >> > contains several projects which can be used standalone or in >> > conjunction with each other. >> > >> > After testing the codebase for a while we did not find any issues. >> > >> > Differences between the 1.4-rc1 release: >> > - upgraded dependencies to newest working versions (JUnit 4.x does >> > not work with Spring) >> > - versioned maven plugins to appease the Maven 3 gods. >> > >> > Many thanks go to Olger Warnier for the initial port of Wicket >> > Security to Wicket 1.4. >> > >> > The release is available from the usual Wicket Stuff maven repository: >> > >> > >> > >> http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-security >> > >> > If you already depend on Wicket Security, all you need to do is modify >> > the version of your dependencies in your Maven poms: >> > >> > <repository> >> > <id>wicketstuff</id> >> > <url>http://wicketstuff.org/maven/repository</url> >> > <snapshots> >> > <enabled>true</enabled> >> > </snapshots> >> > <releases> >> > <enabled>true</enabled> >> > </releases> >> > </repository> >> > >> > <dependency> >> > <groupId>org.apache.wicket.wicket-security</groupId> >> > <artifactId>swarm</artifactId> >> > <version>1.4</version> >> > <scope>compile</scope> >> > </dependency> >> > >> > Note that with future releases we will move to a new groupId and >> > package name (since org.apache.wicket is reserved for Apache Wicket, >> > and not 3rd party projects). >> > >> > The future of the Wicket Security project is to remain a standalone >> > project (it will not be adopted by Apache Wicket), and will continue >> > to be maintained by Topicus. If you wish to join please let us know! >> > >> > Emond & Martijn >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > >> > > > > -- > Best regards, > Paul Szulc > > http://paulszulc.wordpress.com > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.4 increases type safety for web applications Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.8 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
