Cantitate/Preț
Produs

Ajax and REST Recipes

Autor Christian Gross
en Limba Engleză Paperback – 18 dec 2006

Structura progresivă: de la concept la implementare, transformă acest volum într-un instrument de lucru indispensabil pentru dezvoltatorii care doresc să stăpânească ecosistemul modern al serviciilor web. Remarcăm rapiditatea cu care cititorul poate trece de la teorie la execuție, deoarece Ajax and REST Recipes este construit în jurul conceptului de soluții adaptabile. Observăm o atenție deosebită acordată detaliilor de arhitectură, de la definirea contractelor prin REST până la gestionarea seturilor de date în timp real, oferind cod sursă gata de a fi integrat în proiecte comerciale. Subliniem faptul că autorul nu se rezumă la suprafața tehnologiilor, ci explorează mecanisme complexe ale limbajului JavaScript, precum starea funcțiilor, implementarea de „Generics” și utilizarea blocurilor de cod pentru luarea deciziilor. Dacă Ajax: The Definitive Guide v-a oferit cadrul teoretic necesar înțelegerii standardelor web, această carte oferă instrumentele practice pentru a rezolva provocări specifice, cum ar fi latența datelor sau problematica celebrului buton „back” în navigarea asincronă. În contextul operei sale, Christian Gross continuă linia pragmatică începută în Foundations of Object-Oriented Programming Using .Net 2.0 Patterns, unde punea accent pe soluții bazate pe tipare. Aici, el aplică aceeași rigoare în universul web, facilitând o separare clară între logica de business de pe server și experiența utilizatorului pe client. Este o abordare tehnică ce pune preț pe modularitate și pe eficiența timpului de dezvoltare, trăsături definitorii pentru întreaga bibliografie a autorului.

Citește tot Restrânge

Preț: 18746 lei

Preț vechi: 23432 lei
-20%

Puncte Express: 281

Carte în stoc

Livrare din stoc 21 aprilie


Specificații

ISBN-13: 9781590597347
ISBN-10: 1590597346
Pagini: 346
Ilustrații: XII, 346 p.
Dimensiuni: 180 x 236 x 22 mm
Greutate: 0.69 kg
Ediția:1st ed.
Editura: Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

De ce să citești această carte

Recomandăm această carte dezvoltatorilor JavaScript care au nevoie de soluții imediate și verificate pentru proiectele lor. Veți câștiga o înțelegere profundă a arhitecturii orientate spre servicii (SOA) și veți învăța cum să decuplați eficient clientul de server. Este un ghid practic ce elimină încercările repetate, oferind rețete gata de utilizare pentru problemele complexe de interfață și performanță specifice aplicațiilor web moderne.


Despre autor

Christian Gross este un consultant software cu o experiență impresionantă în arhitecturi client/server, colaborând de-a lungul carierei cu giganți tehnologici și industriali precum Microsoft, Daimler Benz și NatWest. Expertiza sa vastă este reflectată în numeroasele contribuții la volume tehnice de referință dedicate SQL Server, Windows 2000 și tehnologiilor DNA. Autor al mai multor cărți de succes, Gross s-a specializat în transformarea conceptelor teoretice de programare orientată pe obiecte și pattern-uri în soluții practice, ușor de implementat de către programatorii profesioniști.


Descriere scurtă

Ajax is one of the hottest new methodologies on the web, bit it requires a lot of coding, and there are some inherent problems with Ajax applications. This book offers more than 50 adaptable recipes for common tasks using Ajax, DOM Scripting, and REST techniques, saving hours of development time. These provide complete solutions for form validation, drag and drop functionality, data sorting, data presentation techniques, application architecture, debugging, performance enhancements, server-side techniques for web services, and much more. The book makes use of REST and other design patterns, and many popular JavaScript libraries, focusing is on efficiency, optimization and reusability.

Descriere

Ajax and REST Recipes: A Problem-Solution Approach will serve all of your Ajax needs, by providing adaptable solutions for common tasks you'll want to implement on web sites using the next generation of Ajax and REST techniques. As a JavaScript developer, your time is precious, so you’ll want to solve problems that present themselves in your work as quickly as possible. You can pick up the code provided in this book, adapt it, or plug it straight into your own applications.
The book mainly focuses on illustrating and explaining how to build applications that use JavaScript, Ajax, and REST Web Services, along with some user interface issues. Specifically, the following topics are covered: implementing JavaScript unit tests, explaining the intent of dynamic languages, Web Services and service-oriented architecture (SOA), defining and implementing contracts using REST, understanding why JavaScript functions have state; implementing JavaScript "Generics", which are a mixture between real Generics and a replacement algorithm, using code blocks, using functions to make decisions, understanding the difference of JavaScript code that behaves like a value type or a reference type, implementing proxies, delegates, mixins, and overloaded functions, implementing a complete Ajax and Web Service architecture, defining a Web Service using REST, handling large or slow or real-time data sets, implementing shopping cart type architectures, and solving the back button problem using Ajax.
Having read this book, you will have learned to modularize your web application by decoupling the client from the server. The decoupling allows a client developer to focus on writing the best JavaScript and Ajax code, and a server developer to write the best business and data objects.

Cuprins

A table of contents is not available for this title.

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

Contains over 50 recipes that focus on real-world problems
While there are many Ajax books in the market, very few approach the topic in this in-depth manner
Ajax is still a new technology, and errors are a given. This book will give developers the answers they need to get the job done quickly and easily