Avg. Rating 2.8

Problem

I want a foundation for my Flex Application communicate with Java back end using Spring Framework. I want to be able to debug my Flex code and my Java code on Eclipse with Flex Builder

Solution

I've created an open source maven archetype that allows to generate the application structure which employs Flex, BlazeDS, Spring framework. It's well integrated with Eclipse and Flex Builder

Detailed explanation

 maven-blazeds-spring-archetype project is a maven archetype for generating Hello World application using stack by its name which contains

  1. Adobe Flex
  2. BlazeDS
  3. Spring Framework

I'm trying to make it as simple as possible to be a foundation for creating a new Flex Application with Maven2 under Flex Builder in Eclipse.

To start creating your Flex Application, simple issue command

mvn archetype:generate -DartifactId=<your artifactId> -DarchetypeCatalog=http://maven-blazeds-spring-archetype.googlecode.com/svn/maven2

Or you can download the sample application, to start customizing your own Flex Application

 

Report abuse

Related recipes