Is it feasible to create a REST client with Flex?

前端 未结 15 2040
无人共我
无人共我 2020-11-29 23:05

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.

15条回答
  •  天命终不由人
    2020-11-29 23:40

    RestfulX has solved most/all of the REST problems with Flex. It has support for Rails/GAE/Merb/CouchDB/AIR/WebKit, and I'm sure it would be a snap to connect it to your Java implementation.

    Dima's integrated the AS3HTTPClient Library into it also.

    Check it out!

提交回复
热议问题