Questions tagged [robotlegs]

Robotlegs is a tiny framework for building Actionscript 3 (Flash and/or Flex) applications

Robotlegs is a pure AS3 micro-architecture (framework) with a light footprint and limited scope. Simply put, Robotlegs is there to help you wire your objects together. It provides the glue that your application needs to easily function in a decoupled way. Through the use of automated metadata based dependency injection Robotlegs removes boilerplate code in an application. By promoting loose coupling and avoiding the use of Singletons and statics in the framework Robotlegs can help you write code that is highly testable.

http://robotlegs.org

79 questions
0
votes
1 answer

Which package parsers should belong to

In the book 'ActionScript Developer’s Guide to Robotlegs' it is said that services should use parsers for transforming data. In which package should I put a parser for a service in com.stackoverflow.services.fooService?
hidarikani
  • 1,121
  • 1
  • 11
  • 25
0
votes
1 answer

Is it possible to use SecureSWF and still utilize reflection?

I have just inherited a project that uses SecureSWF. I am trying to utilize RobotLegs (which uses SwiftSuspenders for reflection to implement dependency injection) and have just discovered that SecureSWF breaks the build. Has anyone had a similar…
alecmce
  • 1,456
  • 10
  • 23
0
votes
1 answer

best MVC framework for Adobe Flex

I need to develop a web conferencing app in Adobe flex, was actually confuse about the MVC framework I can use I have done a some research and found two main contenders 1- Robot Legs 2- Cairngorm Can anyone tell which one to use one of these two…
0
votes
1 answer

Linking Project To Robotlegs Files In FDT

I am trying HelloFlash in FDT - from the demo bundle. I have robotlegs v1.5.2 as a linked resource from: D:\as3-robotlegs\robotlegs-framework-v1.5.2\src The robotlegs files are not seeing each other, even though they have the correct package…
Alan Klement
  • 1,218
  • 7
  • 18
1 2 3 4 5
6