ActionScript 3.0 Design Patterns

(Chris Devlin) #1

200 | Chapter 5: Adapter Pattern


We will subscribe to the web feed, extract the book titles using ECMAScript for


XML (E4X), and display them using theListDisplayFieldadapter. ActionScript 3.0


fully supports E4X, making it possible to access and manipulate XML documents in


a form that mimics XML syntax. Example 5-17 shows the implementation.


Copyright O'Reilly Media, Inc.
2006-09-28T22:45:16-08:00
"http://www.oreillynet.com/pub/feed/29"/>

Designing and Building Enterprise DMZs
http://www.oreilly.com/catalog/1597491004


<i>Building DMZs for Enterprise Networks</i> covers a
sorely needed area in critical business infrastructure:
the Demilitarized Zone. DMZs play a crucial role in any
network consisting of a Hosted Internet Web Server, internal
servers which need to be segregated, External to Internal DNS
Server, and an E-mail SMTP Relay Agent. This book covers what
an administrator needs to plan out and integrate a DMZ into a
network for small, medium, and Enterprise networks.

Hal Flynn
2006-09-28T22:45:16-08:00


Windows PowerShell Quick Reference
http://www.oreilly.com/catalog/windowspowershell


For years, support for scripting and command-line administration
on the Windows platform has paled in comparison to the
support offered by the Unix platform. Unix administrators
enjoyed the immense power and productivity of their command
shells, while Windows administrators watched in envy.
Windows PowerShell, Microsoft's next-generation command shell
and scripting language, changes this landscape completely.
This Short Cut contains the essential reference material to
help you get your work done-including the scripting language
syntax, a regular-expression reference, useful .NET classes,
and much more.

Lee Holmes
2006-09-27T22:46:17-08:00


Example 5-16. Condensed version of new books web feed from O’Reilly showing two book entries

Free download pdf