Cantitate/Preț
Produs

Ajax and REST Recipes: A Problem-Solution Approach

Autor Christian Gross
en Limba Engleză Paperback – 17 dec 2006
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.
Citește tot Restrânge

Preț: 10162 lei

Preț vechi: 20324 lei
-50% Nou

Puncte Express: 152

Preț estimativ în valută:
1945 2020$ 1615£

Carte în stoc

Livrare din stoc 24 decembrie

Preluare comenzi: 021 569.72.76

Specificații

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

Public țintă

Popular/general

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