Large Scale jQuery Apps
An article just came across my twitter feed about building large scale web applications using jQuery. Great read I highly recommend. The author does a great job of specifying some of the major concerns when building a web application and providing multiple tools or avenues of satisfying those concerns. He hits on the following points…
- Dependency Management
- MVC & Organization For Large-Scale jQuery Applications
- Templating
- Communication Between Modules
- Build Process & Script Concatenation
- Script Minification
- Testing
If you don’t wanna read the whole thing he does offer up a suggestion for an “all-inclusive solution” by using JavaScriptMVC for your application. While it does have some limitations it provides the closest thing to a complete package as anything out there.