Posted on May 15, 2008 by fantastic
I am pretty excited about the opportunity to present at the upcoming 360|Flex conference in San Jose from August 18 to 20. My coworker and I will give a talk about our experiences and what we had learned from developing an internal SOA application at Yahoo!. This application uses Flex and a [...]
Filed under: Flex, Java, conference | Tagged: conference, Flex | No Comments »
Posted on December 29, 2007 by fantastic
In my previous post I outlined a couple of limitation that Flex HTTPService class has in dealing with Restful style web services. After giving it some thought, I came up with a solution that will allow me to continue to use Flex with Restful style web services without changes to the backend. The [...]
Filed under: Flex, Java | Tagged: Flex Rest "Servlet Filter" | 1 Comment »
Posted on December 26, 2007 by fantastic
I am a big fan of Flex until now and the reason is the HTTPService that Flex provides doesn’t play well with REST. You see I am developing an application that uses Jersey/Spring/JPA on the server side and my plan was to use Flex to talk to the server side using Restful style web [...]
Filed under: Flex | Tagged: Flex HTTPService REST | 3 Comments »