Results 1 to 10 of 11

Thread: Introducing Spring ActionScript

Threaded View

  1. #1
    Join Date
    Oct 2008
    Location
    Belgium
    Posts
    160

    Default Introducing Spring ActionScript

    Dear community,

    I'm pleased to introduce a new Spring extension called Spring ActionScript. This extension, formerly known as the Prana Framework, is aimed at bringing Inversion of Control to ActionScript along with several other interesting utilities.

    The extension is written in ActionScript 3 and is targeted at Flex, AIR and Flash developers. The IoC container and its XML dialect is heavily influenced by that of Spring so it should be easy for developers familiar with Spring to get started with it.

    Spring ActionScript contains the following features:
    * Inversion of Control container - XML driven, based on Spring
    * Reflection API - providing a decent API around describeType()
    * Cairngorm extensions - configurable Service Locator, extended Front Controller with command factories, Command chaining, ...
    * PureMVC extensions - bringing Dependency Injection to PureMVC
    * several utilities, assertions, etc

    We are also working on the following features, all of which are in an experimental phase:
    * MVCS support - providing an architectural framework based on Model-View-Controller-Service
    * Domain Driven Design utilities - base classes for entities, value objects, enums, repositories and services
    * SqlLite database templates
    * Aspect Oriented Programming

    The project is currently incubated as we work towards a 1.0 release. The latest available (Prana) release is 0.6 and we plan to release a 0.6.1 version in the coming weeks that introduces the switch to Spring ActionScript.

    For more info, please see the following links:

    * SVN - http://src.springframework.org/svn/s...ctionscript-as
    * FishEye - http://fisheye.springframework.org/b...ctionscript-as
    * JIRA - http://jira.springframework.org/brow...ACTIONSCRIPTAS
    * Prana Framework - http://www.pranaframework.org

    Thanks to SpringSource and everyone involved in making this happen!

    Hope you enjoy this extension!

    - Christophe Herreman
    Last edited by cherreman; Dec 5th, 2008 at 09:48 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •