Feb 07 2009

Using respondTo and reactTo

Category: Development, Fabrication, Flex, PureMVCDarshan Sawardekar @ 11:56 am

Marcel has written a very thorough article which takes a look at a two Fabrication features that help to reduce the boilerplate in PureMVC Mediators, Reflexive Notification Interests and Reactions.

Continue reading “Using respondTo and reactTo”

Tags: , , ,


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: , , , , ,


Nov 15 2008

Minor Update - 0.5.2

Category: Fabrication, Flex, PureMVCDarshan Sawardekar @ 9:17 am

I have fixed a small bug with the FabricationView. It was throwing an error when unloading modules. You can grab 0.5.2 from here.


Nov 12 2008

Minor Update - 0.5.1

Category: Fabrication, Flex, PureMVCDarshan Sawardekar @ 11:46 am

The ComponentRouteMapper refactoring in the 0.5 release got added to FabricationMediator instead of the FlexMediator, where it should belong since it is a Flex specific feature. I have fixed this in 0.5.1, by moving it into its right place, in the FlexMediator.

Grab it here
http://code.google.com/p/fabrication/downloads/list

Tags:


Nov 11 2008

Fabrication 0.5 released - The Units Tests are in(427 of them)!

Category: Actionscript, Fabrication, Flex, PureMVCDarshan Sawardekar @ 2:01 pm

I have finally managed to bring the units test in sync with the Fabrication releases. It has been a pretty hectic last week or so, But I am really happy to have wrapped this up. With 400+ tests and extensive code coverage, Fabrication is now much better positioned to make future releases and fix bugs.

Continue reading “Fabrication 0.5 released - The Units Tests are in(427 of them)!”

Tags:


Oct 29 2008

Minor Update - 0.4.3

Category: Fabrication, Flex, PureMVCDarshan Sawardekar @ 10:23 am

Fabrication is now updated to 0.4.3. There was a bug introduced in 0.4.2 with regards to a global (*) route being interpreted as a */INPUT route. This release fixes this bug.

Download 0.4.3 swc

Download 0.4.3 source zip

Thanks Jason for the fix.

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: , , , ,


Next Page »