Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshtynjala/royale-blazeds-turnkey-samples
Sample applications built with Apache Royale to replace the original Flex samples in the BlazeDS Turnkey bundle
https://github.com/joshtynjala/royale-blazeds-turnkey-samples
adobe-flex apache-flex apache-royale blazeds remote-object royale
Last synced: 24 days ago
JSON representation
Sample applications built with Apache Royale to replace the original Flex samples in the BlazeDS Turnkey bundle
- Host: GitHub
- URL: https://github.com/joshtynjala/royale-blazeds-turnkey-samples
- Owner: joshtynjala
- License: apache-2.0
- Created: 2023-06-23T01:18:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T15:32:24.000Z (over 1 year ago)
- Last Synced: 2024-10-30T08:26:04.873Z (2 months ago)
- Topics: adobe-flex, apache-flex, apache-royale, blazeds, remote-object, royale
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlazeDS Turnkey Apache Royale Samples
The [Adobe BlazeDS Turnkey bundle](https://github.com/joshtynjala/blazeds-turnkey-archive) includes a number of sample frontend applications created with [Apache Flex](https://flex.apache.org/), and meant to run on Adobe Flash Player. The samples contained in this repository are designed to replace the original Flex apps with new versions built with [Apache Royale](https://royale.apache.org/) instead.
Each sample can be compiled using [vscode-as3mxml](https://marketplace.visualstudio.com/items?itemName=bowlerhatllc.vscode-as3mxml) or [asconfigc](https://npmjs.com/package/asconfigc). Then, the generated files may be copied from _bin/js-debug_ into the appropriate subdirectory inside the BlazeDS Turnkey bundle's _webapps/samples/_ subdirectory. For instance, if you build the **testdrive-101** sample, you'd copy the contents of _testdrive-101/bin/js-debug_ into _webapps/samples/testdrive-101_.
Some samples in the BlazeDS Turnkey bundle contain _.jsp_ files used by the server. You must keep those files for the samples to work.