 |
 |
|
PureMVC Framework for Typescript Released |
|
Saturday, 10 November 2012 |
|
TypeScript is a new programming language announced in October by Microsoft. It was written Anders Hejlsberg (designer of C#, Delphi, Turbo Pascal) with specifications published under an Apache License. Its goal is to output JavaScript from a superset of the language which allows compile-time type checking, classes, interfaces, modules and more while still understanding vanilla JavaScript.
Frequent contributor Frederic Saunier immediately set about porting both PureMVC Standard and MultiCore versions and their unit tests to TypeScript. Once that was done, he powered on through a port of the Employee Admin demo, which acts as a sort of 'Rosetta Stone' of PureMVC since it has been ported to many platforms. Once again, merci beaucoup, Frederic. As of this writing, the TypeScript Specification is still not finalized, but the ports, tests, and demo are all operating smoothly. Frederic plans to keep them updated with each new release of TypeScript itself.
|
|
|
|
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
|
The PureMVC MultiCore framework for
Native JavaScript is now available. It has no dependency on other frameworks and provides its own optional namespace and class simulation. |
|
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.
|
|
|