Thursday, July 23, 2009

Excellent Spring Tutorial

Java programming on the web used to be simple and you can have lots of freedom: create your own servlets and jsps. Every programmer should know the MVC pattern (at least know how to talk about it in an interview)

People want frameworks, that usually means a single entry servlet. XML configuration so that it will direct to your controller class. Your controller class feed some data, and the view worries about how to display it.

Spring is a popular framework, but yikes it has a lot of things and looks tough to master.

Fortunately, I found an EXCELLENT tutorial!
http://maestric.com/doc/java/spring

No comments: