2

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!

3 Answers 3

3

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:

Sign up to request clarification or add additional context in comments.

1 Comment

Way to go! Haven't finished eye-scraping the site yet.
2

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

Comments

2

Check out AngularJS - http://angularjs.org

It will help you a lot with your app structure and strict separation between logic and view.

Full test environment (unit/e2e) and dependency injection included...

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.