Posts tagged as 'Frameworks'
Spring Actionscript example project with source
In preparation for my session at gotoAndSki I have created a Spring Actionscript version of my frameworks example application. The Spring Actionscript developers have released a version 1 release candidate and it’s time to include it in these comparisons.
For this Spring Actionscript example I’ve used exactly the same project as in the previous examples for other frameworks. Like many of the newer frameworks, Spring Actionscript is not prescriptive about your application’s architecture so I’ve used a similar MVC architecture to the one in my Swiz example.
Posted on 9 June 2010 | no comments | continue reading
Is The Flash Platform waiting for a Spring moment?
I’ve dipped my toe back in the Java world recently, and I’m reminded of some interesting Java history that may be echoed in Flash’s future.
Back in the distant mist of Java’s past, most large Java web projects were built using something called Enterprise JavaBeans. EJB was a complex framework developed by Sun, the developers of Java itself (with some input from IBM). EJB had a number of good things going for it, but some developers also thought that the architecture and APIs were too complex.
Then a smart guy called Rod Johnson wrote a book about an idea, and he created a small framework called Spring to illustrate that idea, and the Java world started to change…
Posted on 8 April 2010 | 5 comments | continue reading
Frameworks presentation slides
Here are the slides from my frameworks presentation at Flex London User Group last Tuesday, 16 February 2010.
Posted on 19 February 2010 | 9 comments | continue reading
Presentation about Frameworks in London
I’m revisiting and updating my frameworks presentation for Tuesday’s meeting of the Flex London User Group. The presentation will cover Cairngorm, PureMVC, Mate, Swiz, Parsley, and Robotlegs. I’ll be looking at the similarities and differences between the frameworks and the trend towards dependency injection and loose coupling in the newer frameworks…
Posted on 12 February 2010 | 3 comments | continue reading
Smartypants-ioc and As3-signals example
During my recent presentation at LFPUG, Tink was very persistent in suggesting that the event bus used in most MVC frameworks might not be the best solution. This got me thinking about what it would be like to do MVC without an event bus. And so began this little experiment…
Posted on 19 November 2009 | 24 comments | continue reading
Robotlegs example project with source
Any comparison of frameworks wouldn’t be complete without Robotlegs. I included Robotlegs in my session at LFPUG recently, but didn’t post the example project here because the framework was in a state of flux. Robotlegs is now settling down as it approaches its imminent 1.0 release, and the MVCS implementation in it is unlikely to change further, so here’s my example.
For this Robotlegs example I’ve used exactly the same project as in the previous examples for other frameworks. Robotlegs is not prescriptive about your application’s architecture, but it does include a default MVCS implementation for those that wish to use it. I’ve used that default implementation here.
The example is below. Links to the other versions follow. All versions have identical functionality. Right click on the swf to view the source…
Posted on 17 November 2009 | no comments | continue reading
Parsley example project with source
I recently posted a number of versions of the same Flex project, built using various different frameworks. These related to my presentation at Flash on the Beach this year. I’m repeating that presentation, with variations, at the London Flash Platform User Group in a few days and for that talk I’ll be adding Parsley to the set of frameworks I’ll compare.
As a warm-up to that I’ve recreated the same example as before using the Parsley framework. The example is below. Links to the other versions follow. All versions have identical functionality. Right click on the swf to view the source…
Posted on 27 October 2009 | 5 comments | continue reading
Swiz example project with source
At Flash on the Beach this year, I presented a session on application frameworks. As part of that session, I had planned to show the source for an example application built using each of the four frameworks I covered. When I discovered that as planned my presentation would take three hours to present, I had to cut a lot of content and the example application was one of the items to be cut. But I still have the source for those applications so I’m posting it here today.
Below is the example built using the Swiz application framework. Another four posts will contain the other four versions. All five versions have identical functionality. Right click on the swf to view the source…
Posted on 1 October 2009 | 4 comments | continue reading
