PureMVC on RedBull–Fabrication is here

I’ve spent most of the weekend refactoring a mound of PureMVC Multicore based code.  I came across several useful tutorials and tools during the project.  The most exciting of these is Fabrication.   It ’s best described as a layer of abstreaction on top of PureMVC and the Pipes Multicore utility .  It also adds other useful features such as a built in undo framework for the commands.

Here’s a quick list of the advantages of Fabrication that I’ve seen thus far:

  1. Abstraction of the facade including handling the call to the facade.start() and wiring the call to startup command.  You subclass the FabricationApplication and it handles generation of your multicore multiton keys, registers and calls your startup command.
  2. Module Integration with loading and cleanup- FabricationModule is  loaded by FabricationModuleLoader able to communicate with the application via the use of routeNotification().  Other Modules can just register their interest with the standard handleNotification() or map it to a commad.  Bye Bye writing JunctionMediator code manually translating my Module events to put ‘em through the pipes.  You can even specify the modules to receive the messsage.

What are you waiting for?  Here are the links to Fabrication so far:

I’m sure we’ll be hearing more about this utility in the near future.

Share and Enjoy:
  • Twitter
  • del.icio.us
  • Digg
  • Reddit
  • DZone
  • Facebook
  • Mixx
  • StumbleUpon

Related posts:

  1. Things to watch for when Porting from PureMVC to PureMVC multicore So you
  2. PureMVC Fabrication – Still Rising I got noti
  3. PureMVC at flex Meetup Online The Flex M
  4. Top Posts for 2008 The follow
  5. Top Posts and Pages for 2008 The follow

Related posts brought to you by Yet Another Related Posts Plugin.

blog comments powered by Disqus