flex
Flex - Handling collections from a web service call in object format
Submitted by mark on Tue, 08/26/2008 - 08:18.We recently started an internal project and this time decided to use Adobe's Flex RIA (Rich Internet Client) technology for the front-end. We last used Flex on a project about a year ago and it is great for flashy web front-ends.
Flex and XML namespaces
Submitted by mark on Wed, 06/20/2007 - 21:27.While learning Abobe's Flex technology one of the issues I faced was how to handle multiple namespaces in the soap messages returned from the web services we were calling. The web services had been written using XFire and, due to the tight deadlines, the namespaces where left to the verbose XFire defaults.
E4X -- Javascript easy XML processing
Submitted by mark on Wed, 06/13/2007 - 07:08.One of the neat features I learned using Flex/Actionscript was e4x which stands for "ECMAScript for XML" . ECMAScript is what we commonly know as javascript. What's great about e4x is that its a javascript standard extension and that it's a really usefull and easy API.
How to reference Flex components created at runtime
Submitted by mark on Wed, 06/06/2007 - 22:48.The Future of application development
Submitted by mark on Sat, 06/02/2007 - 22:45.
It is becoming clear to me that application development is under-going another paradigm shift with a new standard or dominant architecture emerging.