Results 1 to 3 of 3

Thread: Spring ActionScript at FlexCamp 2008 Belgium

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

    Default Spring ActionScript at FlexCamp 2008 Belgium

    Hi all,

    more information on the presentation I did at FlexCamp 2008 in Belgium can be found at http://www.herrodius.com/blog/158

    You'll find there the slides of the presentation (some theory on Inversion of Control) and some more info and code examples on:
    • Configuring BlazeDS communication through RMI and messaging
    • MVCS support
    • Presentation Model and Autowiring


    regards,
    Christophe
    Christophe Herreman
    Spring ActionScript Founder
    http://www.herrodius.com

  2. #2
    Join Date
    Aug 2004
    Location
    Columbus, OH
    Posts
    65

    Default

    Do you ever expect this extension to support Autowire By Type? Is there any expectation that a new version of Actionscript will allow classes to be loaded and instantiated without having to be imported first?

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

    Default

    Hi,

    autowiring by type is on the TODO list but I'm not sure when we will implement it.

    To answer your second question. The Flash Player has no class loading mechanism and I would love it if future versions would support that. All you can do for now is compile classes into a swf and then load the swf in the appropriate application domain. This is how we will implement class loading in Spring ActionScript.

    regards,
    Christophe
    Christophe Herreman
    Spring ActionScript Founder
    http://www.herrodius.com

Posting Permissions

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