https://github.com/feathersui/feathersui-blazeds-turnkey-samples
Sample applications built with Feathers UI to replace the original Flex samples in the BlazeDS Turnkey bundle
https://github.com/feathersui/feathersui-blazeds-turnkey-samples
adobe-flex apache-flex blazeds feathers-ui feathersui-samples haxe openfl openfl-samples remote-object
Last synced: 2 months ago
JSON representation
Sample applications built with Feathers UI to replace the original Flex samples in the BlazeDS Turnkey bundle
- Host: GitHub
- URL: https://github.com/feathersui/feathersui-blazeds-turnkey-samples
- Owner: feathersui
- License: apache-2.0
- Created: 2023-01-06T21:34:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T23:03:31.000Z (3 months ago)
- Last Synced: 2025-03-17T23:36:29.752Z (3 months ago)
- Topics: adobe-flex, apache-flex, blazeds, feathers-ui, feathersui-samples, haxe, openfl, openfl-samples, remote-object
- Language: Haxe
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlazeDS Turnkey Feathers UI 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 the [Haxe](https://haxe.org/) programming language, and the [Feathers UI](https://feathersui.com/) library.
Each sample can be compiled to JavaScript using `openfl build html5`. Then, the generated files may be copied from _bin/html5/bin_ 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/html5/bin_ 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.