Closure: The Definitive Guide: Google Tools to Add Power to Your JavaScriptIf you're ready to use Closure to build rich web applications with JavaScript, this hands-on guide has precisely what you need to learn this suite of tools in depth. Closure makes it easy for experienced JavaScript developers to write and maintain large and complex codebases—as Google has demonstrated by using Closure with Gmail, Google Docs, and Google Maps. Author and Closure contributor Michael Bolin has included numerous code examples and best practices, as well as valuable information not available publicly until now. You'll learn all about Closure's Library, Compiler, Templates, testing framework, and Inspector—including how to minify JavaScript code with the Compiler, and why the combination of the Compiler and the Library is what sets Closure apart from other JavaScript toolkits.
|
Was andere dazu sagen - Rezension schreiben
Inhalt
1 | |
25 | |
45 | |
Chapter 4 Common Utilities | 73 |
Chapter 5 Classes and Inheritance | 111 |
Chapter 6 Event Management | 137 |
Chapter 7 ClientServer Communication | 155 |
Chapter 8 User Interface Components | 181 |
Chapter 12 Using the Compiler | 333 |
Chapter 13 Advanced Compilation | 379 |
Chapter 14 Inside the Compiler | 427 |
Chapter 15 Testing Framework | 465 |
Chapter 16 Debugging Compiled JavaScript | 497 |
Appendix A Inheritance Patterns in JavaScript | 505 |
Appendix B Frequently Misunderstood JavaScript Concepts | 515 |
Appendix C plovr | 531 |
Chapter 9 Rich Text Editor | 241 |
Chapter 10 Debugging and Logging | 289 |
Chapter 11 Closure Templates | 303 |