My EasyMVC seminar wasn’t recorded :(
October 16th, 2007
Update: I gave another EasyMVC presentation on 3/28/08 and it was recorded.
Apologies to everyone who listened in to my Adobe eSeminar this morning. Because of the audio issues, my voice wasn’t recorded so there’s no way to watch the presentation again. HOWEVER…I’m going to talk to the folks at Adobe about going in and re-recording the session on my own once their audio issues are worked out. If that doesn’t work out, I’ll record my own screencast.In the meantime, here’s the source code for the EasyMVC demo.Check back soon for info about the presentation.
October 16th, 2007 at 10:39 am
Hi Tom,
What was the other MVC architecture you referred to in your eSeminar this morning which was more complicated? I am new to Flex/Java and so I didn’t recognize the name, but would like to do some research.
Thanks,
Kathie
October 16th, 2007 at 11:07 am
Hi Kathie,
It’s called Cairngorm: http://labs.adobe.com/wiki/index.php/Cairngorm
If you have any questions, just stop by the chat room at www.searchcoders.com.
-Tom
October 16th, 2007 at 11:07 am
The other framework is Cairngorm.
http://www.tombray.com/?p=55 that post has a couple of links about it.
October 16th, 2007 at 11:54 am
Hi Tom,
Thanks for the excellent screencast, As I am base din the UK, I managed to get Audio by skyping in. I hope you don’t mind but I plan to blog about your methods, I’ll reference it back here.
I have been trying to get to grips with Cairngorm but it has been a little overkill on my latest project so this is a nice method for most small scale apps.
Regards,
Jon
October 16th, 2007 at 12:33 pm
There is also PureMVC
http://puremvc.org/
October 16th, 2007 at 3:03 pm
PureMVC is even more advanced than Cairngorm, FYI
October 17th, 2007 at 5:39 am
I really enjoyed the web cast.
Please keep us posted if you ever do get that re-recorded, I would like to view it again as well as have some others at work view it.
October 17th, 2007 at 9:53 am
Tom, first of all, thank you for the presentation. It was very helpful.
I am involved in a rather large flex project where the size naturally calls for the Flex Modules approach. The way I see it is that there are two approach to use EasyMVC with modules setting: 1. EasyMVC architecture per modules including the shell, and 2. one rather big global EasyMVC architecture where each modules just becomes different View’s. However, I see problems with inter-modular communication with approach #1 even though it loosens dependency between modules. And with the approach #2, I see somewhat opposite advantage/disadvantage from #1.
Any thoughts on best practice on EasyMVC with Modules?
October 17th, 2007 at 1:56 pm
Hi All, I have posted an overview / tutorial on Tom’s presentation on my blog.. Please feel free to pass the link to anyone that missed the presentation. Jon
http://www.clockobj.co.uk/2007/10/17/simplified-cairngorm-easy-mvc-for-adobe-flex
October 30th, 2007 at 2:19 pm
[…] Source code for this example was kindly supplied by Tom Bray, you can download them directly from hi… […]
November 2nd, 2007 at 7:04 am
I have read this beautiful article and I’m intersting to download the source code
http://clockobj.co.uk/2007/10/17/simplified-cairngorm-easy-mvc-for-adobe-flex
Many thanks