Pro JavaScript design patterns /
As a web developer, you'll already know that JavaScript is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power waiting to be unlocked-JavaScript is capable of full object-oriented capabilities, and by apply...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA : New York, NY :
Apress ; Distributed to the Book trade worldwide by Springer-Verlag New York,
2008.
|
Colección: | Expert's voice in Web development.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- pt. 1. Object-Oriented JavaScript
- Ch. 1. Expressive JavaScript
- Ch. 2. Interfaces
- Ch. 3. Encapsulation and Information Hiding
- Ch. 4. Inheritance
- Ch. 5. The Singleton Pattern
- Ch. 6. Chaining
- pt. 2. Design Patterns
- Ch. 7. The Factory Pattern
- Ch. 8. The Bridge Pattern
- Ch. 9. The Composite Pattern
- Ch. 10. The Facade Pattern
- Ch. 11. The Adapter Pattern
- Ch. 12. The Decorator Pattern
- Ch. 13. The Flyweight Pattern
- Ch. 14. The Proxy Pattern
- Ch. 15. The Observer Pattern
- Ch. 16. The Command Pattern
- Ch. 17. The Chain of Responsibility Pattern.