InfoQ

Topic/Tag specific view

All content and news on InfoQ about Wicket


News about Wicket

Apache Wicket 1.3.1 Release Supports Transparent Clustering

Community
Java
Topics
Clustering & Caching,
Announcements,
Performance & Scalability,
Web Frameworks,
Open Source

The Wicket team has announced Wicket 1.3.1, the first maintenance release of Wicket 1.3. 1.3.1 adds transparent clustering support out-of-the-box.

Raible Revisits Comparing Web Frameworks

Community
Java
Topics
Web Frameworks

This past week Matt Raible gave a presentation at ApacheCon comparing Java Web Frameworks. This is a follow up to a presentation he gave a few years ago. It is interesting to note the changes in the frameworks being evaluated.

A Wicket User Revisits JSF

Community
Java
Topics
Web Frameworks

Peter Thomas recently took a second look at JSF after developing most recently with Wicket. Thomas uses the creation of a simple discussion forum for his comparison showing various portions of each implementation side by side including web.xml, dependencies, and business/presentation components.

Wicket support on Terracotta nears completion

Community
Java
Topics
Clustering & Caching

The Wicket and Terracotta teams have Wicket up and running on Open Terracotta. Support is still not complete, but most of the examples that ship with Wicket now run without any problems. As soon as they have all the kinks out, Terracotta will put the configuration into a Terracotta config module.

Wicket compared with Spring WebFlow

Community
Java
Topics
Web Frameworks

Peter Thomas has written a detailed article about his impressions of moving a Spring MVC application to Wicket. He took a few screens from JTrac and ported them to Wicket and ended up very pleased with what Wicket had to offer.

ONJava reviews Wicket

Community
Java
Topics
Web Frameworks

ONJava has a review of Wicket. He concludes that Wicket is a good contender if you're looking for a component-oriented web application framework.

Reasons to choose Wicket over JSF and Spring MVC

Community
Java
Topics
Web Frameworks

A recent post to the Wicket mailing list details some reasons to choose Wicket over Spring MVC or JSF. Wicket is a component based web application framework.

Component based webapp framework Wicket 1.2 released

Community
Java
Topics
Web Frameworks

Component based webapp framework Wicket has released version 1.2 today, the third major release of the project. Major new features include Javascript-free Ajax support with even the ability to render multiple page components in one ajax call, component level authorization, Spring dependency injection integration, and more.