Wicket v6.0 Released

The Apache Software Foundation has just released Wicket v6.0.
https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces31

Wicket is a component-based framework, which puts it in stark contrast to some of the earlier solutions to the sometimes monotonous task of web programming. Like other frameworks, Wicket builds on top of Sun’s servlet API; however, unlike frameworks like Struts or Spring MVC, the developer using Wicket is mostly removed from the request/response nature that is inherent with the web and Servlets. Instead of building controllers that must service many users and threads simultaneously, taking in requests, returning responses, and never storing any state, the Wicket developer thinks in terms of stateful components. Instead of creating a controller or action class, he or she creates a page, places components on it, and defines how each component reacts to user input.

Regards,
Roger Lacroix
Capitalware Inc.

This entry was posted in Java, Open Source, Programming.

Comments are closed.