The rise of Simple Page Applications (SPA) in Web Mobile
Posted by: Pablo M. Cibraro (aka Cibrax),
on 27 Jan 2012 |
View original | Bookmarked: 0 time(s)
Limited connectivity is one of the main challenges in web mobile. The stateless nature of http causes that content and associated static files like scripts or images be transmitted over the wire every time a page is fully refreshed (assuming http caching is not implemented correctly). Diverse techniques have emerged over the years to solve part of that problem by using the browser AJAX support. One of these techniques, which drastically changed the way we develop web applications is know...