My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

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:

  1. Well integration with Eclipse and flex builder
  2. Allow debugging java code and flex code in Eclipse
  3. 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:
    1. Added instructions how to compile module-based Flex application here
  • 17 Nov 2008:
    1. 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
    2. Updates:
      • Fixed  issue 6  and  issue 8 
      • Updated to flex-mojos 2.0M8
      • Added dependency in flex-mojo plugin section to resolve license if any
      • Created service-config-local.xml used for Flex Builder compilation. Remember to keep sync with service-config.xml!!!!

  • 27 Sep 2008:
    1. 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
    2. mvn archetype:generate -DartifactId=<your artifactId> -DarchetypeCatalog=http://maven-blazeds-spring-archetype.googlecode.com/svn/maven2
Powered by Google Project Hosting