Jan 09 2009

Fabrication 0.6

Category: Development, Fabrication, Flex, PureMVCDarshan Sawardekar @ 6:38 am

I have finally(!) gotten around to releasing Fabricaton 0.6. This release adds a couple of important new features, Interceptors and Reactions.

Continue reading “Fabrication 0.6″

Tags: , , , , ,


Oct 22 2008

Minor Update – 0.4.2

Category: Actionscript, Development, Fabrication, Flex, PureMVCDarshan Sawardekar @ 3:51 am

I have updated Fabrication to 0.4.2. This version adds,

  1. routeNotification now supports dynamic to arguments. The to parameter can now take moduleAddress objects as well as string routes.
  2. Added expansion property to FabricationProxy to allow turning off of the default notification expansion of for custom named proxies.

Check it out here

Tags: , , ,


Oct 21 2008

Minor update – 0.4.1

Category: Actionscript, Fabrication, Flex, PureMVCDarshan Sawardekar @ 8:46 am

I have updated Fabrication to 0.4.1. This includes a minor fix to the FlexModule to support loading directly via the ModuleManager. If your are not using the FlexModuleLoader then you need to set the router and defaultRoute in your module’s ready handler. I have added an example project to showcase this. Check it out here.
Continue reading “Minor update – 0.4.1″

Tags: , , ,


Oct 20 2008

Slacker – Post Fabrication

Category: Actionscript, Fabrication, Flex, PureMVCDarshan Sawardekar @ 8:50 am

With the release of Fabrication 0.4, I thought it would be a useful to review the Slacker example in more detail. If are not familiar with the Slacker example, check it out here first. This example will help showcase the reduction of glue code from a PureMVC application using Fabrication.

Continue reading “Slacker – Post Fabrication”

Tags: , , , ,


Oct 17 2008

Fabrication 0.4 released

Category: Actionscript, Development, Fabrication, Flex, PureMVCDarshan Sawardekar @ 10:37 am

I am very excited to announce the release of Fabrication 0.4. I have decided to release Fabrication on Google Code for the moment. I will look into migration to the puremvc.org repositories at a later date, once those systems are ready.

Fabrication is on Google Code at
http://fabrication.googlecode.com/

Continue reading “Fabrication 0.4 released”

Tags: , , , ,


Sep 19 2008

FlashTracer for Firefox 3.0

Category: UncategorizedManu George @ 4:44 pm

I’ve been using FlashTracer as a Flash/Flex debugging tool (to see the traces) for a long time. In fact I didn’t even upgraded to Firefox 3 as the FlashTracer 2.20 doesn’t support FF3. 

For those who love FlashTracer its a great news that, this plugin is available for Firefox 3.0. The plugin is not listed in the Firefox add-ons page. You can download it from here.

Tags: , , , , , , ,


Aug 08 2008

Cross Versioning : Marshall Plan

Category: Actionscript, Development, FlexArindam Biswas @ 7:58 am

We are basically at the start of conceptualization of a new project wherein we encountered the possibility of assets (swfs) being loaded into the parent app from different domains coupled with the fact that they might be compiled using different versions of the Flex SDKs.

Two resources came into mind, the Essential Actionscript 3 by Collin Moock which talks of ‘Shared Events’ and the link from the Adobe site which talks of a certain ‘Marshall Plan‘ which aims to tackle such issues. The “Marshall Plan” is slated to be a part of the Flex 4 release.

Link : http://opensource.adobe.com/wiki/display/flexsdk/Marshall+Plan


Continue reading “Cross Versioning : Marshall Plan”

Tags: , , , ,