Productive Tools on top of Flex Builder 3

As I got introduced to Flex world some times back, I started using Flex Builder as an IDE, a product from Adobe on top of Eclipse platform. I assumed that it’ll provide all the basic features available in Eclipse for Java, but I was wrong. Flex Builder is in nascent phase from tooling point of [...]

My book review appeared on TheServerSide.com

Well, Just a shameless publicity that my review of the book ” – A Handbook of Agile Software Craftsmanship, Robert C Martin” appeared in the TheServerSide.com site. Please click here if you want to read it.

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 [...]