1

I'm doing .NET MVC a lot so I think I understand the MVC design pattern. I'm analyzing my projects according to the Domain Driven Design (Eric Evans) methodology. Anyways..

But in JavaScript it's hard for me to think "MVC" when I'm creating libraries.

Do you have a small example or any experience to share with me on how a small JavaScript could use the MVC design pattern?

I'm quite comfortable with JavaScript.

Thanks!

2
  • Solution looking for a problem? Commented Dec 21, 2009 at 19:33
  • lol I must agree. But the problems will come soon enough ;) Commented Dec 21, 2009 at 19:35

2 Answers 2

3

Google lists numerous examples.

  1. Official Website of Javascript MVC
  2. A List Apart - Jonathan Snook on Javascript MVC
  3. CodeCube.net - MVC Pattern with Javascript
  4. StackOverflow - Is there a Javascript MVC (micro-)framework?
Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, usually I do that but a quick side to side talk is helpful. I'll do my homework though. I'll mark your answer as accepted.
0

Yeah, check out javascriptmvc. It's like rails for JavaScript. Makes very strong use of event delegation.

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.