views:

151

answers:

2

Hey!

I'm looking for fresh ways of programming in javascript. My goal is to create javascript application like GMail. I tried GWT but it seams so complicated and the code isn't stylish.

I found MVC patteren to be a good way of programming. I always have problems organizing the code in javascript. When I use CakePHP or RoR, everything is simpel :).

I'm looking for a javascript framework that would support MVC way of programming and would have good widgets like Adobe Spry Framework. What frameworks should I use? Thx!

+2  A: 

A List Apart has an article about JavaScript MVC. I don't think you should necessarily use a framework, unless you're already familiar with one.

That article also points out to some MVC frameworks:

treznik
Way to go! Haven't finished eye-scraping the site yet.
Gutzofter
+2  A: 

You might want to take a look at Cappuccino: http://cappuccino.org

Francisco Ryan Tolmasky I