Trying Play! Framework
Over the Christmas break I’ve been trying out Play! Framework using java. I really like it, so much so that I’ve not only written an article, but rewritten my blog to run on play.
Play is a reasonably new web framework based on the java language. It uses model view controller as a base for structuring your applications, but also has a few other neat tools to break down your code into a few extra layers, to hopefully acheive logic-less templates.