Adobe Flex
Flex/AIR to Java Communication Using Merapi
If you’re looking for a way to communicate between Flex and Java, there’s a great API available for doing just that. It’s called Merapi and is basically a bridge for sending messages between Java applications and Flex/AIR apps. I recently worked on a project for Adobe (shhh, until MAX!) where I used Merapi to communicate [...]
Filed in: Adobe Flex • Flex/AIR • Java
Data Binding Gone Wild!
The ability to base a property of an object off a dynamically changing value is a benefit of data binding that is often unknown or overlooked by Flex developers. However it is an extremely valuable feature and can save a lot of time coding and handling various events, not to mention much cleaner code! This [...]
Filed in: Adobe Flex • Flex
