“The Controller is the most sophisticated part of the Cairngorm architecture. The Controller layer is implemented as a singleton FrontController. The FrontController instance, which receives every View-generated event, dispatches the events to the assigned Command class based on the event’s declared type. …The Command class then processes the event by running the Command class’ execute() method, which is an ICommand interface method. The event object may include additional data if required by the developer. The execute() method can update the central Model, as well as invoke a Service class which typically involves communication with a remote server. The IResponder interface, which is also implemented by the Command class, includes onResult and onFault methods to handle responses returned from the invoked remote service.” This framework sounds like a Tolkien vocabulary word! When I heard it first being said on The Flex Show I had no idea what they were talking about!
askmonty.org: “In most respects MariaDB will work exactly as MySQL; all commands, interfaces, libraries and APIs that exist in MySQL also exist in MariaDB.”
Network World: “8. Web development…”
This entry was posted on Tuesday, December 15th, 2009 at 12:51 am and is filed under Adobe Studio, Data Management Solutions, Digital Media Production, XAMPP Stack, root. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.