TracNav
AS3 Standard : Bookstore...
- Downloads
- Installation
- Release Notes
- View Source
- Discussion
Project Owner...
- David Deraedt
Demo - Flex + WebORB / Bookstore
This demo illustrates the use of PureMVC to perform CRUD operations using a RemoteObject.
Installing the Project Source Code
- From the archive
- Download the latest source code archive.
- Unzip the source code zip to any folder on your disk. ( for instance: c:\development\ )
- You will see a Bookstore source folder. ( for instance: c:\development\Bookstore )
- From the Repository
- Use your favorite SVN client to retrieve the latest source code release from the repository.
- Add the Services
- The Service layer is written in PHP for use with WebORB PHP, but it should also work with very little changes with others AMF PHP Gateways like AMFPHP1.9 or SabreAMF.
- Copy all files located in folder named "Services" into {yourWebORBInstallationFolder}/Weborb/Services/
- Setup and Compile the Demo Using Flex Builder 3
- Create a new Flex Project called 'Bookstore' in Flex Builder 3, pointing to the new Bookstore source folder.
- Add the required libraries to the Bookstore project's build path.
- From the Flex Builder menu do: Project -> Properties -> Flex Build Path -> Library Path -> Add SWC Folder
- Browse and select: Bookstore/libs
- Run Bookstore.mxml
