Skip to content

akkidas/Simple-BlazeDS-Flex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample project for Spring BlazeDS / JPA / Hibernate and Flex. This sample code is based on the codes of these people. Thank you.

http://sebastien-arbogast.com/2008/04/10/flex-spring-and-blazeds-the-full-stack/
http://code.google.com/p/flex-blazeds-spring-archetype/

First configure your local MySQL server. Make root user's password empty or change password from blazeds-flex-server/src/main/webapp/WEB-INF/applicationContext.xml.

In order to build and run this code you need Apache-Maven.

In order to build code run this command

> mvn clean install

Then there will be a war file under blazeds-flex-server/target/ directory. Take this war file and deploy to any servlet container like Apache Tomcat. 

Enjoy!

About

A simple Spring BlazeDS JPA Hibernate Flex example based on Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.1%
  • ActionScript 13.1%
  • HTML 6.8%