An open API service indexing awesome lists of open source software.

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

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.