Menu

/cairngorm3/trunk/libraries/Module/src Commit Log


Commit Date  
[r429] by yderidde@adobe.com

* Adding a new view loader called 'ModuleViewLoader' specifically written as a custom Spark component.
It provide a separate skin based on 4 states (normal,loading,error,loaded). The Default skin is ModuleViewLoaderSkin

the ModuleViewLoader component benefits from new features such as external Loading Policy strategies.
The lib provides 2 Load Policy:
- BasicLoadPolicy: load module on addedToStage and unload on removeFromStage
- LazyModuleLoadPolicy: load module on demand based on the moduleId property of the message. As soon as a message with a corresponding moduleId is dispatched, the module is loading itself automatically.

* Refactoring the SDK3 ViewLoader to reflect the same features as the new Spark ViewModuleLoader except that the SDK3 ViewLoader do not include states to display different views as the Spark component does.

* Refactoring the ModuleTest sample project to use the new features/components

2010-05-20 10:56:36 Tree
[r418] by auhlmann@adobe.com

Fixed Parsley deprecation warnings to use 2.2.2 ObjectDefinition builder process.

2010-05-17 13:13:46 Tree
[r417] by auhlmann@adobe.com

Insync Refactorings, Module lib: Added missing parameters from IModuleInfo interface. Maven: Take Persistence out.

2010-05-16 21:21:40 Tree
[r376] by auhlmann@adobe.com

asdoc infrastructure, initial pom for persistence library

2010-05-08 21:57:41 Tree
[r363] by yderidde@adobe.com

Migrating Cairngorm Libs to Flex 4. From now, the trunk will contains Cairngorm libs and samples targeting Flex SDK 4.0 however the maven build will continue to support Cairngorm libs targeting SDK 3.5. so both SDK 3.5 and SDK 4.0 artifacts are going to be available.

2010-04-26 13:38:01 Tree
[r359] by yderidde@adobe.com

Migrating Cairngorm libs to Parsley 2.2.2

2010-04-19 08:37:26 Tree
[r357] by auhlmann@adobe.com

-Change initialization objects of Cairngorm Parsley extensions to Parsley convention (i.e. CairngormModuleLib>CairngormModuleSupport). Every initialization object has a static initialize method and implements Parsley's ContextBuilderProcessor, which allows it to be specified within a ContextBuilder definition.
-API Change in Navigation library: Changed -FirstEnter metadata to Enter(time="first"), -Enter metadata to Enter(time="next") and -EveryEnter metadata to Enter(time="every")
-Added convenience isValid get accessor to ValidationGroupEvent

2010-04-15 10:39:34 Tree
[r329] by auhlmann@adobe.com

-Completed module runtime support. (allows the description of modules and interceptors in XML loaded at runtime)
-Revert temporarily switching to Parsley snapshot version 2.2.2 (back on 2.2.0 until the official 2.2.2 release)

2010-04-11 18:56:33 Tree
[r328] by auhlmann@adobe.com

-Added experimental version (not working yet) of module runtime support (allows the description of modules and interceptors in XML loaded at runtime)
-Temporarily switching to Parsley snapshot version 2.2.2

2010-04-11 18:21:25 Tree
[r326] by yderidde@adobe.com

- Fixing a bug in the case where a Message is dispatched without a ModuleId defined to a Module type which is not yet instantiated.
- Updating the sample to show this use-case.

2010-04-09 10:30:11 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.