Comparison of JavaScript frameworks
These are my favorite jQuery plugins:
- jQuery UI high quality basic widgets
- Tablesorter makes any HTML table client sortable
- History prevents the client application from breaking the back button
- Form Deserialization deserialize JSON to a HTML form
- Form makes any form AJAX ready with little code
- Autocomplete text input autocompletion (both local and remote even using JSON)
- Mozilla's SpiderMonkey TraceMonkey for Firefox 3.5
- WebKit's JavaScriptCore SquirrelFish is starting to get results
- Google Chrome's V8 already is quite optimized for JavaScript
That means that Client Web Applications will run much faster and will allow for much more than is currently possible. So, it is time to start betting for a future of JavaScript Web Applications that contact the server using XMLHttpRequest and REST WEB Services. I also bet this will put dynamic server web pages technologies (like JSP, PHP, ...) on extinction (also because these technologies do not use DOM to manipulate XHTML and I think it is the only correct way).
A web indexer (like Google) just needs to access the raw resources using REST. It should not crawl any web application. And these resources should be raw (without any decoration like navigation menus) and just one resource per URL.
No comments:
Post a Comment