Hello, don't mind me. I'm just going through a few MVC frameworks to see how they differ and how they're alike. I need the knowhow to create an MVC for Web.pm. Right now, my plan is to examine Rails, Catalyst, Django and Jifty. I'll write down my impressions of each of the in some kind of list, for future reference. Basically the only way you'd want to read this is if you want to laugh at how little I know about MVC frameworks.
Here's the list I got from watching this screencast:
Um. Well, in summary, that cool-aid sure seems to have an effect on me. I'll leave the comments open so that you people can tell me how Rails, despite all appearances, is really bad for your teeth and leaves skid marks on your puppy.
Next up: Catalyst.
Also... (Score:1)
Re: (Score:1)
Don't forget Rack based frameworks (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
It might please you to learn that Web.pm aims to have a full port of Rack at its core. The idea is that people should be able to choose the level of abstraction they want to build their web app on. The levels are something along the lines of:
That last level is the reason I'm investigating MVC frameworks at present.
Re: (Score:1)
Re: (Score:1)
Noted.
For various reasons I'm not inclined to discuss the naming of Web.pm via a blog commenting system. I'll happily move the discussion to IRC or email, though.
Re: (Score:1)
Scaffolding... (Score:1)
Re: (Score:1)
I know nothing about Merb, except that it was merged with Rails. In particular, from your comment I still am no wiser as to why scaffolding is bad, or why Merb was successful due to its lack of scaffolding.
Guess I'll have to read up a bit on Merb. Or what's left of it. :)