AJax技术

电子电路图,电子技术资料网站

字号+ 作者:H5之家 来源:H5之家 2017-12-05 12:22 我要评论( )

Ajax Patterns and Best Practic,电子发烧友网站提供各种电子电路,电路图,原理图,IC资料,技术文章,免费下载等资料,是广大电子工程师所喜爱电子资料网站。

You probably picked up this book because of the buzzwords Ajax, REST, and patterns. You will
probably read this introducTIon and skim through the pages. But I want to stop you from skimming
through the pages, at least for a moment. I want you to read this introducTIon and then decide
whether you want to buy the book.
Here are the things you need to know about Ajax:
• Ajax is an acronym, and the ramificaTIons of the acronym are immense.
• Ajax is not just about a fat client, JavaScript, XML, or asynchronous behavior, but about
developing the next generaTIon of web applications.
• We are at the beginning of building the next generation of web applications.
You are still reading, and that means I still have your interest, which is a good thing. So now
let me tell you what this book is about:
• Using Ajax is the act of creating a web application that implies using REST, that implies
using HTTP, and that implies using the Internet. The patterns of this book illustrate how
JavaScript can be used to control the XMLHttpRequest object to make XMLHttpRequest calls
that process XML or HTML.
• This book for the server side focuses on using Java and C# .NET. The patterns can be used
with Python or Ruby on Rails. I focus on Java and C# because at the time of this writing I
feel that most developers are using them. In the next edition of this book, I want to extend
the materials to include Python and Ruby on Rails examples, because I happen to be an
avid Python programmer.
• The patterns in this book can be used in other contexts, such as Flex (Flash Ajax). For
example, the Permutations pattern can be used to generate Flex content.
Good, you’re still reading and haven’t closed the book. That means you are still interested
and probably willing to spend a few more moments. Here is what I suggest: finish reading the
Introduction because it includes a road map of the patterns. Skim Chapter 1 to get an idea of
what Ajax does and is. Then skim the patterns and focus on reading the “Motivation” and
“Architecture” sections.

■CHAPTER 1 Introduction to Ajax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
■CHAPTER 2 The Nuts and Bolts of Ajax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
■CHAPTER 3 Content Chunking Pattern . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53
■CHAPTER 4 Cache Controller Pattern . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
■CHAPTER 5 Permutations Pattern . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
■CHAPTER 6 Decoupled Navigation Pattern . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153
■CHAPTER 7 Representation Morphing Pattern . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197
■CHAPTER 8 Persistent Communications Pattern . . . . . . . . . . . . . . . . . . . . . . . . . . 225
■CHAPTER 9 State Navigation Pattern . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
■CHAPTER 10 Infinite Data Pattern . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303
■CHAPTER 11 REST-Based Model View Controller Pattern . . . . . . . . . . . . . . . . . . 333

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • 【帅】4月1日举行2017柳州世界铁人三项赛!交通管制!

    【帅】4月1日举行2017柳州世界铁人三项赛!交通管制!

    2017-11-29 14:13

  • Excel电子表格中的身份证号编辑技巧

    Excel电子表格中的身份证号编辑技巧

    2017-11-13 09:14

  • AJAX(异步JavaScript和XML)技术入门

    AJAX(异步JavaScript和XML)技术入门

    2017-07-06 09:06

  • Web前端面试技巧:面试恒生电子Web前端开发工程师经验

    Web前端面试技巧:面试恒生电子Web前端开发工程师经验

    2017-06-09 17:01

网友点评
=