Ajax Patterns and Best Practices
Autor Christian Grossen Limba Engleză Paperback – 16 feb 2006
Ajax Patterns and Best Practices explores dynamic web applications that combine Ajax and REST as a single solution. A major advantage of REST is that, like Ajax, it can be used with today's existing technologies.
This is an ideal book whether or not you have already created an Ajax application. Because the book outlines various patterns and best practices, you can quickly check and verify that you're building an efficient Ajax application.
Inside the book, the patterns will answer the following questions:
- What is Ajax, and REST, and why do you even care? And if I should care what are some examples of websites that make effective use of Ajax and REST?
- What are the absolute basics of Ajax and REST and what parts of those basics should I use?
- How should deal with large amounts of data? Should I cache the data? Should I get the data piece fed to me? (Patterns: Cache Controller, and Infinite Data)
- People keep telling me that sessions and cookies are bad? Are they bad? What should I do? And while I think about how about generating content for other devices? (Permutations pattern)
- I want to fix the back-button problem of the HTML browser. (State Navigation pattern)
- What is the best way to create a mashup? (REST Based Model View Controller pattern)
- My page has so many links managed by JavaScript, and I am losing control, help me make this more organized! (Decoupled Navigation pattern)
- I understand that HTTP means I send data to the server, how about the server sending me some data without asking for it? (Persistent Communications pattern)
- My server side code looks like a mess with tags and code pieces everywhere. How can I organize and make my HTML page behave like a SOA client and use REST based web services? (Content chunking pattern)
Preț: 219.75 lei
Preț vechi: 274.69 lei
-20% Nou
Puncte Express: 330
Preț estimativ în valută:
42.06€ • 43.68$ • 34.93£
42.06€ • 43.68$ • 34.93£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590596166
ISBN-10: 1590596161
Pagini: 386
Ilustrații: XXII, 416 p.
Dimensiuni: 191 x 229 x 21 mm
Greutate: 0.64 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1590596161
Pagini: 386
Ilustrații: XXII, 416 p.
Dimensiuni: 191 x 229 x 21 mm
Greutate: 0.64 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
to Ajax.- The Nuts and Bolts of Ajax.- Content Chunking Pattern.- Cache Controller Pattern.- Permutations Pattern.- Decoupled Navigation Pattern.- Representation Morphing Pattern.- Persistent Communications Pattern.- State Navigation Pattern.- Infinite Data Pattern.- REST-Based Model View Controller Pattern.
Notă biografică
Christian Gross is a consultant with vast experience in the client/server world. He has consulted for Microsoft on DNA solutions, and he has held consulting positions with Daimler Benz, Microsoft, NatWest, and other major corporations. Gross was a contributor to Professional Active Server Pages, Professional SQL Server 6.5 Administration, Professional NT Internet Information Server Administration, and Programming Microsoft Windows 2000 Unleashed. He is the author of A Programmer's Introduction to Windows DNA.
Caracteristici
Takes a unique angle on Ajax, providing patterns for application development and best practices for integrating Ajax and REST into rich applications Designed to suit all groups of developers across many platforms, who are interested in the hot new topic of Ajax High demand for Ajax knowledge. Leading technology companies like Google and Yahoo are looking for developers with intimate knowledge of Ajax