Web development with Wicket, Part 2: Reducing and re-using code
Want to build numerous similar Web components without cutting and pasting code? Wicket could be the Web application framework
for you.
Nathan Hamblen,
July 2008
Web development with Wicket, Part 1: The state of Wicket
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.
Nathan Hamblen,
June 2008
Spring into Seam, Part 3: Persistence for two
Who says Web application frameworks can't learn to share? Find out how Spring and Seam can collaborate on persistence tasks
in complex,
database-oriented applications. (Excerpted from Seam in Action, forthcoming from Manning Publications.)
Dan Allen,
May 2008
SpringSource launches app server
Next-generation application server platform based on Spring, OSGi, and Tomcat snubs Java EE.
Chris Kanaracus,
April 2008
Spring into Seam, Part 2: When stateless and stateful collide
You say adding stateful behavior to Spring beans is too much work? Maybe all you need is a little extra muscle from JBoss
Seam. (Excerpted from Seam in Action, forthcoming from Manning Publications.)
Dan Allen,
April 2008
Spring into Seam, Part 1: Build a Spring-Seam hybrid component
Who says adopting Seam means giving up Spring? In this first installment in a three-part series, Dan Allen shows you how to
build hybrid components that benefit from both Seam and Spring container functionality. Excerpted from Seam in Action, forthcoming
from Manning Publications.
Dan Allen,
April 2008
Acegi security for JSF applications
Use the Spring application context to configure Acegi's authentication and authorization services for your JSF applications.
Seema Richard,
April 2008
Custom components with Spring 2.5
A quick, hands-on introduction to custom component creation, declaration, and deployment in Spring 2.5.
Jeff Hanson,
February 2008
Grails 1.0 released
Nearly 3 years in the making, 1.0 release is a milestone.
Paul Krill,
February 2008
SpringSource acquires Covalent
Merger deepens support for Spring-plus-Tomcat as a lightweight alternative to Java EE.
Paul Krill,
January 2008
Spring Web Flow for better workflow management in JSF
Get in the zone with this flexible alternative to the JavaServer Faces CustomNavigationHandler.
Ravi Shankar Nair,
January 2008
Spring Integration boosts service-based apps
SpringSource announces a new framework aimed at easing enterprise integration.
Paul Krill,
December 2007
Client-side WSDL processing with Groovy and Gant
The Groovy and Gant Toolset lets you automatically generate Java Web service clients with Axis2, XFire, CXF, and Java 6 --
including WSDL compatibility checks.
Klaus P. Berg,
November 2007
Installation guide for the Groovy and Gant Toolset
Klaus P. Berg,
November 2007
GWT solution #6: Drag and drop
Get a hands-on, Google Web Toolkit solution to one of the pervasive problems of Java Web development: Adding drag-and-drop
functionality to Web pages.
David Geary and Rob Gordon ,
November 2007
Recent top five:
Let's talk about exceptions ...
How do you handle exceptions? Do you think upfront about the type of exceptions that you want to catch or do you just let
the outside world handle it?
-- Jeroen van Bergen in JW Blogs