I’m working on an a pretty big project right now and am trying to implement an MVP architecture. I’m starting to run across a instances where I think JQuery or Javascript might be better suited than server-side code. I’m looking for feedback on how others are implementing client-side programming into their enterprise applications. How are you structuring the client-side code and how do you determine when to use it?
Share
I guess this question is a little too subjective. Looks like I’m just going to grab a view books on advanced javascript and study up on the JQuery library.