Part II: Foundational Technology Patterns


The foundational technology patterns outline the "building blocks" at the heart of any Ajax application. The patterns are considered atomic within the pattern language, in the sense that all later patterns build on these basic techniques. To keep the Ajax Patterns concise, you will only encounter technologies that add something to conventional web development; there's no "Form Submission" pattern, for instance.

Ajax itself is a pattern, hence the first pattern Ajax App (Chapter 4), which acts as the root for all the Ajax patterns. The next few chapters look at the three core technologies involved in creating an Ajax App. Display Manipulation (Chapter 5) patterns are about repainting the user interface. Web Remoting (Chapter 6) patterns document several alternatives for communicating with the server. The Dynamic Behavior (Chapter 7) patterns are about eventsthose derived by users and those based on timing. Finally, Extended Technologies (Chapter 8) explains how you can extend an Ajax App with nonstandard technologies.

Not all of these are patterns in a conventional sensesome might argue that a pattern like XMLHttpRequest Call is simply an overview of a technology. Personally, I do see them as patterns insofar as they are good, proven ways to solve recurring problemsit's just that the problems arise in different contexts and might be applied by different people (such as someone sketching out a potential project or setting up its overall architecture). So while the patterns here do have a different quality, I find the pattern form is a suitable way to document these things, and I find that these foundational technologieswhether you prefer to call them patterns or notfit nicely into the overall pattern language.

Chapter 4: Ajax App

Chapter 5: Display Manipulation

Chapter 6: Web Remoting

Chapter 7: Dynamic Behavior

Chapter 8: Extended Technologies





Ajax Design Patterns
Ajax Design Patterns
ISBN: 0596101805
EAN: 2147483647
Year: 2007
Pages: 169

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net