Monday, July 6, 2015

Good Articles about Web Application ---- JavaScript

1. How to access parent elements from a child window or frame
http://www.esqsoft.com/javascript_examples/iframe_talks_to_parent/

2. Web App Architecture - the Spring MVC - AngularJs stack
http://blog.jhades.org/developing-a-modern-java-8-web-app-with-spring-mvc-and-angularjs/

3. The Evolution of Asynchronous javaScript
https://blog.risingstack.com/asynchronous-javascript/?utm_source=javascriptweekly&utm_medium=email

4. Good tools for asynchronous js
Promises/A+ : https://promisesaplus.com/
koa: http://koajs.com/
bluebird: https://github.com/petkaantonov/bluebird

5. Whys, hows and problems of promises:
http://blog.getify.com/promises-part-1/
http://blog.getify.com/promises-part-2/
http://blog.getify.com/promises-part-3/
http://blog.getify.com/promises-part-4/
http://blog.getify.com/promises-part-5/

No comments:

Post a Comment