 |
 |
|
|
|
PureMVC Python / Google App Engine Demo |
|
Monday, 14 April 2008 |
|

Written in Python for deployment to Google's newly announced cloud computing platform, this demo illustrates PureMVC best practice techniques for viewing, creating, editing and deleting Blog entries in a classic server side web application. 
Google' App Engine lets you run your web applications written in pure Python on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users. Originally written for ActionScript 3 to serve the Flash, Flex, AIR platforms, PureMVC has been ported to nearly all major languages and platforms. One of those languages is Python and today we are pleased to announce demonstrated support for the Google App Engine platform! The demo creates a simple blog using the App Engine, and is an excellent demonstration of PureMVC in a server-side setting. Thanks to Nathan Levesque for contributing this demo.
|
|
Who's on PureMVC.org
We have 30 guests online
|
|
PureMVC on the Web
|
João Pescada has produced a nice PureMVC / AS3 demo - a searchable image gallery. |
|
Jonathan Campos has put together a nice introductory PureMVC article with an example built around the Netflix API. • Netflix API with PureMVC - Article
|
The guys over at Pyjamas (a Python port of GWT) have made their compiler so efficient that it can take virtually any Python library and it will compile to Javascript. They loved the look of PureMVC Python, and decided to do a couple of demos that use it. • Pyjamas Project • EmployeeAdmin Demo: Original / Pyjamas • Pyjamas PureMVC Timesheet Demo |
|
Chandima Cumaranatunge, co-author of the O'Rielly book AS3 Design Patterns, and long-time PureMVC community member recently created a simple Flash/AS3 MultiCore demonstration application accompanied by an informative article that's an excellent introduction to the benefits of working with MultiCore. • Who Moved the Cheese? - Demo / Source / Article
• ActionScript 3 Design Patterns |
|
Ahmed Nuaman has published a well conceived and received AS3/PureMVC tutorial at FlashTuts.com. It's a good place for the learner to get their feet wet, and goes into the difference between using PureMVC with Flex as opposed to Flash or pure AS3. • Understanding the PureMVC Open Source Framework • FlashTuts Website • Ahmed's Website
|
|
Recent Project Activity
|
PureMVC Standard Version for Perl 1.0 has been released, complete with unit tests and online documentation. • PureMVC Standard Framework for Perl
|
|
Release 1.3 of the AIR DesktopCitizen Utility which allows applications to remember their window size, position and maximized/minimized state
each time it is launched. It also provides a facility for requiring
confirmation (or executing some shutdown process) before the application
window closes.
• AS3 / AIR Desktop Citizen Utility • CodePeek Demo |
|
The classic PureMVC EmployeeAdmin Demo has been ported to yet another language! Although PHP is usually thought of as a server language, using PHP-GTK, Sasa Tarbuk recreates th a desktop app. |
Version 1.0.8 of the PureMVC Java MultiCore port is now available. It supports JavaFX and handles threading properly.
|
|
The PureMVC Java MulitCore GWT EmployeeAdmin Mobile Demo has been released. Using Google Web Toolkit 2.0, it runs on iPhone, iPad and Android. |
|
|