| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | IDEs Links |
- Web development with Wicket, Part 2: Reducing and re-using code by Nathan Hamblen - [Clicks: 4]
Want to build numerous similar Web components without cutting and pasting code? Wicket could be the Web application framework for you.
http://www.javaworld.com/javaworld/jw-07-2008/jw-07-wicket2.html - Jul, 2008 - Get Ready for Wicket 1.4's New Java 5 and Spring Features by Sualeh Fatehi - [Clicks: 12]
Wicket, the lightweight web application framework, has added Java 5 and Spring support with release 1.4-M1. Now you can reduce your Java web application code with generics, annotations, and dependency injection.
http://www.devx.com/webdev/Article/38168 - Jun, 2008 - Web development with Wicket, Part 1: The state of Wicket by Nathan Hamblen - [Clicks: 8]
Don't let state become a performance bottleneck in your Java Web applications. Wicket accommodates both stateless and stateful development models, so you can just go with the flow.
[Includes source code]
http://www.javaworld.com/javaworld/jw-06-2008/jw-06-wicket1.html - Jun, 2008 - Tapestry and Wicket compared by Ilya Platonov, Artem Papkov, Jim Smith - [Clicks: 67]
JSF and Struts are the traditional component frameworks developers turn to for Web development. You have an alternative, however: Tapestry and Wicket are component-oriented Web frameworks designed to create Web applications. A simple example application implementing a to-do list workflow is developed here, using Tapestry and Wicket technologies.
http://www.ibm.com/developerworks/opensource/library/os-tapestrywicket/ - Apr, 2008 - Introducing Apache Wicket by Nick Heudecker - [Clicks: 30]
This article approaches Apache Wicket by presenting the core concepts behind the framework, and moves to reinforce those concepts with an example leveraging some of Wicket's strengths.
[Includes source code]
http://www.theserverside.com/tt/articles/article.tss?l=IntroducingApacheWicket - Jan, 2008
- Wicket in Action
by Martijn Dashorst, Eelco Hillenius
There are dozens of Java frameworks out there, but most of them require you to learn special coding techniques and new, often rigid, patterns of development. Wicket is different. As a component-based web application framework, Wicket lets you build maintainable enterprise-grade web applications using the power of plain old Java objects (POJOs), HTML, Ajax, Spring, Hibernate, and Maven. Wicket automatically manages state at the component level, which means no more awkward HTTPSession objects. Its elegant programming model enables you to write rich web applications quickly.
- Jun, 2008
- nbwicketsupport - [Clicks: 63]
This project aims to simplify the development cycles of Wicket developers in NetBeans IDE.
https://nbwicketsupport.dev.java.net/
- Wicket Stuff WIKI - [Clicks: 49]
The Wicket Stuff project provides additional Java web components to the core components supplied by the Wicket framework. Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level.
http://www.wicketstuff.org