show/hide this revision's text 2 Making title a sentence

Is it feasible to create a REST client with Flex?

show/hide this revision's text 1

Is it feasible a REST client with Flex?

I'm starting a project using a Restful architecture implemented in Java (using the new JAX-RS standard)

We are planning to develop the GUI with a Flex application. I have already found some problems with this implementation using the HTTPService component (the response error codes, headers access...).

Any of you guys have some experience in a similar project. Is it feasible?