Is it feasible to create a REST client with Flex?

前端 未结 15 2066
无人共我
无人共我 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:53

    I've been working on an open source replacement for the HTTPService component that fully supports REST. If interested, you can find the beta version (source code and/or compiled Flex shared runtime library) and instructions here:

    http://code.google.com/p/resthttpservice/

提交回复
热议问题