FLEX: Modular Application Development Using Cairngorm Architecture

Delimiting the scope of work involved in merging Cairngorm based Flex Modules and Applications…..

Adding cairngorm framework in Flex

All of us already know that a clean and more understandable code leads to its fast extendability and also makes debugging a lot more easier,  than struggling with a unstructured code having long or may be dead dangling code here and there. But re-factoring a code is often realized late and actually taking pain to [...]

Current Architectural Frameworks Developments in Flex

Flex provides means to create RIA applications in declarative fashion using MXML. Unlike Swing where you need to do the entire coding in Java, Flex hides a lot of complexity behind MXML tags like JSTL/taglibs do for JSPs. In JSP world, view level scripting is done in JavaScript and presentation layer server side code is [...]