Archive for October, 2004

Simplify Your Web App Development Using the Spring MVC Framework

Monday, October 18th, 2004

I have a new article available on the Spring MVC framework.

http://www.devx.com/Java/Article/22134

Excerpt:

“Struts is in fairly widespread use in the Java world, but the Spring MVC framework promises to provide a simpler alternative to Struts for separating presentation layer and business logic. Learn how to build a simple stock trading Web application using Spring’s MVC framework.

In a previous article, I introduced you to the Spring framework, showed you how to use Spring’s basic functionality to create objects, and how to do some simple database interactions. In this follow-up article I will introduce you to the Spring model-view- controller (MVC) framework by walking you through the creation of a simple stock-trading Web application.”