Inspired by todolist application from http://www.adobe.com/devnet/flex/articles/fullstack_pt1.html.
I know there're some projects that're doing the same stuff. But some of stuff i can't find in them are:
- Well integration with Eclipse and flex builder
- Allow debugging java code and flex code in Eclipse
- Support session timeout in flex app (undergoing)
And this project I created aims to support those targets
In this project, I'm using flex mojos plugin to compile Flex app. The generated code can be imported directly to Eclipse (tested with 3.3.1) with WTP support, required to have m2eclipse
Click here to get started
Click here to download sample application generated from the archetype
Change logs:
- 11 Mar 2009:
- Added instructions how to compile module-based Flex application here
- 17 Nov 2008:
- Finally I squeezed sometime and fixed some of the issues. Please check out the code and build, alternatively using the command mentioned on 27 Sep 2008 to get the latest archetype
- Updates:
- 27 Sep 2008:
- I created the archetype repository in google code svn repo, so now you guys can create the project template right away by issuing the command
mvn archetype:generate -DartifactId=<your artifactId> -DarchetypeCatalog=http://maven-blazeds-spring-archetype.googlecode.com/svn/maven2