The Spring Actionscript project is maturing and as they do, they keep teasing apart the entire project. So I am now upgrading from 0.7 to 0.8 and if you are to, here is what you can expect. (change log here) a) If you were using the older AS3Reflect library, well now they moved that again [...]
Posts Tagged ‘springas’
2 Apr
Spring AS & Prana woes with blank prop or constructor args
UPDATE: The bug described here appears to be fixed as of 0.8 So I’ve been doing a fair amount of work with Spring Actionscript v0.7.1 (formally the Prana Framework). In AS3 you can define methods and/or constructors that take optional arguments. Optional arguments must always be defined after the required arguments and they are noted [...]
24 Jan
Strange IMPORT failure in Spring AS
So I’ve started to think about splitting up the main applicationContext.xml file in one of my projects. The current one is getting quite large. Spring AS has the ability to import bean/object definitions from another XML file of your choice such as the following example where my context defines one object “yObject” and then declares [...]