I’m integrating existing Flex functionality with some new COTS [AJAX RIA] software. Looks like I’m golden on two fronts:
- My existing dashboarding app leverages the dynamic module architecture blogged hear in the past. Each module was cleanly encapsulated so it’s about a dozen lines of code to convert each module into a stand-alone app that integrates w/the AJAX page.
- My AMFPHP backend is fully reusable!! Using JSON for my AJAX calls, I can simply hit
path_to_amfphp_install/json.php/class.package.classname.methodname/arg1/arg2/arg3
I really need to take some time and check out Wayne’s ZendAMF to see what he’s cooked up there, I’ve been far too busy as of late.