Category Archives: ColdFusion 9

Secure your Flex application with Colfusion9 and Flexible Chimp – Part 2

 

 

Setting up the MySQL db and Coldfusion9 services.

DISCLAIMER: Neither I nor this website unless explicitly stated are related, affiliated nor associated with any person or company mentioned on this website. All postings except where noted are of my own opinions and findings.

Downloads:
SQL Code to generate the database: http://www.keithcraigo.com/demos/SecuringYourFlexApp/flexpermission_tutorial.sql.zip
Stay tuned for Part 3, setting up our Flex UI.

Secure your Flex application with Colfusion9 and Flexible Chimp – Part 1



One way you can secure your Flex app is by using a permissions based library such as Flexible Chimp from Gorilla Logic.

DISCLAIMER: Neither I nor this website unless explicitly stated are related, affiliated nor associated with any person or company mentioned on this website. All postings except where noted are of my own opinions and findings.

Software Requirements:

ColdFusion 9 — Adobe, https://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion
Adobe Flash Builder 4 – https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder

SDKS:

AS3Signals — Robert Penner, https://github.com/robertpenner/as3-signals
RobotLegs — Shaun Smith, http://www.robotlegs.org/
Flexible Chimp — Gorilla Logic, http://code.google.com/p/flexible-chimp/
MySQL — I’m using the MAMP, not PRO, all in one stack, you may need to adjust for your setup, http://www.mamp.info/en/index.html
Flex SDK 4.5 or greater – http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
cfservices.swc – (ColdFusion Services) – this is usually located in ColdFusion9/wwwroot/CFIDE/scripts/AIR/cfservices.swc

Article mentioned:
Enterprise security for Flex
http://www.adobe.com/devnet/flex/articles/flex_enterprise_security.html
Next Part 2 setting up the Coldfusion Service and the MySQL DB