forked from bogus/Simple-BlazeDS-Flex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
16 lines (9 loc) · 725 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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!