Enterprise Flex Development
I’ve been developing enterprise applications in Flex for about two years. I’ve had it in my head for some time to start a blog on interesting things I have learned in Flex and AIR. I’ve finally been motivate to start, so hopefully I can share something interesting and continue learning as I share.

great! looking forward to hear from you!
Look to see more!
Hi,
Since you are from SWING background *similar to me. I was wondering is there a possiablity of interaction between Swing and Flex. I know Flex is associated itself with its own container and cant interact with SWING etc. But was wondering if there is any way i can do that.
Regards,
Maybe you could give me an idea on what you are trying to achieve.
If you have a SWING based java applet in a web page along side a Flex component you could communicate through a JavaScript bridge. If you wanted to do if from inside a stand a lone java SWING application then you would need some sort of embeddable java HTML control that can run the Flash plug in. Again you would likely need to communicate though a JavaScript bridge.