When creating jQuery UI based websites, CSS, JS and HTML code can be splited into components:
- which frameworks use for templating/splitting components?
- what are the benefits and drawbacks of server side generated pages VS client side JSON calls?
- how to define a navigation through components?
- eclipse for development and firebugs for debugging are they enough good tools for this?
Thanks.
Backbone.js is the kind of tool I was searching for. Its MVC approach helps to split an application into pieces.