FLEX: Modular Application Development Using Cairngorm Architecture
Delimiting the scope of work involved in merging Cairngorm based Flex Modules and Applications…..
Filed under: Cairngorm, Flex, Flex Architectures, Flex Module | 3 Comments »
Delimiting the scope of work involved in merging Cairngorm based Flex Modules and Applications…..
Filed under: Cairngorm, Flex, Flex Architectures, Flex Module | 3 Comments »
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 [...]
Filed under: Flex, Frameworks | No Comments »
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 [...]
Filed under: Architecture, Flex, Frameworks | No Comments »