Skip to content

Flex Vectors Bidirectional Serialization Example with GraniteDS

Notifications You must be signed in to change notification settings

fwolff/flex-vectors-example

Repository files navigation

flex-vectors-example

Flex Vectors Bidirectional Serialization Example with GraniteDS

What is this?

This sample application shows how to use Java annotations to get AS3 Vectors instances in your Flex application from a GraniteDS back-end.

How to build the project?

  1. Clone the project (or download it):
$ git clone https://github.com/fwolff/flex-vectors-example.git
  1. Under Eclipse, import it as an existing application.

  2. Edit flex-vectors-example/build.xml and fix the following section, according to your environment:

<!-- EDIT THIS PART -->
<property name="FLEX_HOME" value="/path/to/flex_sdk_4.10.0"/>
<property name="deploy.dir" value="/path/to/tomcat/webapps"/>
<!-- /EDIT THIS PART -->
  1. Open an Ant view, drag the build.xml file and run the "deploy" target.

  2. Start Tomcat.

  3. Point your browser to: http://localhost:8080/flex-vectors/.

What to do next?

Have a look at the source code, in the java and flex directories, you should understand pretty quickly how it works.

About

Flex Vectors Bidirectional Serialization Example with GraniteDS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published