3. Developer Guide
How To Read This Guide
From 2. Sample Projects to 3. Gas3 Code Generator, this guide will show you some of the most central GraniteDS features for data serialization. You will learn how to build a basic Flex/GDS/JBoss application with EJB 3 session bean services, EJB 3 entity bean persistent objects (that are externalized), and you will be finally able to use the GDS Gas3 code generator.
The main goal of this presentation is to show you that, by using GDS, you just have to:
- Write your database model with EJB 3 and let Gas3 and Hibernate tools create AS3 beans and SQL scripts,
- Write your services (EJB 3 session beans or other types), and
- Write your MXML application.
The remaining chapters of this guide will then introduce other type of services (POJO/Spring/Seam/Guice), GDS data push features, the Tide data framework (plus few other features).
