Entries Tagged as ‘Uncategorized’

October 21, 2008

MVC in Java Using Spring Framework

I love the MVC design pattern, it’s the easiest way to build and manage websites.  I have used CakePHP and Zend Framework for PHP; both make building sites to easy.  So I decided to look into something similar for Java web applications and found Spring Web Flow which seems to provide what I am looking for. [...]