Tag Archives: mvc

Spring MVC

We have been looking at this framework for an intranet site… it led to my realisation that Java really made things pretty difficult to display international character sets… but that was an earlier post.
I followed most of the instructions in developing a Spring Framework MVC, though I didn’t create a JDBC based persistence layer. We’ll […]

Building an interactive website using CakePHP - Part 1

Step 0:
For starters, I am following the example - building a blog using CakePHP in the CakePHP Manual. From there I’ll make it do what I want, but I’ll also want to add other functionality. That will likely take a while, so you’ll have to wait. Part 1 covers the development done on day […]