On Wed, Jan 5, 2011 at 10:11 AM, Parag <[email protected]> wrote: > That was a very interesting read, especially since I am also trying to > research the pros and cons of using a Javascript MVC framework with > RESTfull webservices at the backend. > > Sorry for the slightly naive question, but can jQuery be used as a > Javascript MVC framework or should it be used with another MVC > framework? >
jQuery is a just a helper library, not an MVC framework (though it is a very useful one!). -Dom -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
