Hi again :D
I'm going forward in the study of SAS, and I'm trying to use the metadata [Autowired] to inject the properties into a class.
In the test I did, I saw that the property to be injected is...
Type: Posts; User: marcaia; Keyword(s):
Hi again :D
I'm going forward in the study of SAS, and I'm trying to use the metadata [Autowired] to inject the properties into a class.
In the test I did, I saw that the property to be injected is...
Hi Roland,
I did a sample with SAS 1.1 and SAS 1.2 .
I omited SWCS for file-size reasons. There is a screenshot too
n.b.
Spring Actionscript - Framework Source.swc is the SAS 1.2 built with...
probably my bad English doesn't help :p
Looking around, i read that SWC keep METADATA.
in SAS 1.1 a list of metatags to keep is defined in pom.xml.
i found this
<keepAs3Metadatas>...
Hi,
I used Intellij IDEA Maven plugin to build SAS 1.2.
This was my first time so i think i forget some metatag somewhere :rolleyes:
The good news is that SAS 1.2 wraps Event in MVCEvent in...
Hi,
as you said in SAS 1.1 owner variable is null and so throw an error.
My bad solution is to dispatch MVCEvent directly
EventBus.dispatchEvent(new MVCEvent(null, cgEvent));
I know it's...
download
as3commons-logging-2.0.swc from
http://www.as3commons.org/as3-commons-logging/index.html
and paste this code before you instantiate applicationContext
...
Hi,
i tried to develop a simple application using MVC micro-framework in pure as3 project.
The most important question is...
Can i use MVC micro-framework in a pure as3 Project?
if no...DOH...