Flex : Increase your productivity while working on a bigger application

Once the project starts growing you repeatably spend your time performing same actions e.g. Login ,  fill form,etc . Lets consider following use case I have to add two new validation in the current form which takes more than 5-6 inputs fields. Also to open the form i will have to perform 4-5 steps like [...]

Seam-ing Flex for Cairngorm Lovers

Seam, Flex, Flamingo, Cairngorm – Looking for a combination of these techie stuff. In this blog, i will talk about how to write Flamingo-specific code using Cairngorm. Talking about these four technologies individually – Flex – SDK released by Adobe Systems for the development and deployment of cross-platform RIA. Seam – Web application framework developed [...]

FLEX: Modular Application Development Using Cairngorm Architecture

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

Flex : Talking to the outside world

Some of the requirements from Customer – Customer : I dont want to add customer support built in the application but somehow would like to give a link to Customer : It’s a little technical for the end user to understand. Should we really have this feature? I wanna try keeping it simple, Some familiar [...]

Data Visualization made better in Adobe Flex

Recently i came across a requirement of showing the grid-based data in a more fancy way, probably in a way Flex is known for. There were some problems in displaying a grid-based data. Every cell of a Flex datagrid is basically a label. But what if we want to show an employee’s complete information (picture, [...]