Support RESTful Services
Reported by Dan Schultz | February 18th, 2011 @ 08:38 AM | in 0.2.0
Create a service adaptor that supports calling RESTful web
services. We should probably create an
AMFServiceAdaptor
and HTTPServiceAdaptor
that extend from RPCServiceAdaptor
.
Comments and changes to this ticket
-
Dan Schultz February 18th, 2011 @ 08:39 AM
- Tag set to feature
-
Dan Schultz February 22nd, 2011 @ 07:13 PM
- State changed from new to open
-
Dan Schultz February 22nd, 2011 @ 09:39 PM
- State changed from open to resolved
(from [e0dff97cb7b0483aac09a4f5e1af74e0b9fec42b]) adding a service adaptor for RESTful service operations [#26 state:resolved]
https://github.com/danschultz/mesh/commit/e0dff97cb7b0483aac09a4f5e...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.
<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>
<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>
People watching this ticket
Tags
Referenced by
- 26 Support RESTful Services (from [e0dff97cb7b0483aac09a4f5e1af74e0b9fec42b]) adding ...