PureMVC Architects Lounge

Announcements and General Discussion => Fabrication => Topic started by: rafal.szemraj on July 05, 2010, 05:18:03



Title: Fabrication 0.7.1 released
Post by: rafal.szemraj on July 05, 2010, 05:18:03
What's new:

  • added fabrication namespace ( http://puremvc.org/utilities/fabrication/2010 )
  • AirApplication/FlexApplication for spark and AirHaloApplication?/FlexHaloApplication? for halo architecture
  • Introduced FabricationModuleLoader? and FabricationAirModuleLoader - simplified way to manage modules using ModuleManager
  • Introduced new Reactions registration approach wiki (http://code.google.com/p/fabrication/wiki/ReactionsNewApproach)
  • Introduced simply IoC for fabrication actors wiki (http://code.google.com/p/fabrication/wiki/FabricationIoC)

I'm working on couple of examples how to use new features. Stay tuned, and waiting for your feedback.

Rafal.



Title: Re: Fabrication 0.7.1 released
Post by: manuraj.dhanda on July 06, 2010, 03:21:19
Can I find any example for FabricationModuleLoader and FabricationAirModuleLoader?

How to use them and what benefits it provide over the standard moduleloader?


Title: Re: Fabrication 0.7.1 released
Post by: rafal.szemraj on July 06, 2010, 06:48:55
I will provide some examples in short time. Actually, benefit of using these loaders over standard FlexModuleLoader is that we do not create another layer of fabricator ( FlexModule loader is IFabricator ) but we are just using pure FlexModule ( loaded FlexModule is fabricator by itself )