The Adobe BlazeDS Turnkey bundle includes a number of sample frontend applications created with Apache Flex, 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 programming language, and the Feathers UI 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.