Changeset [4a32f333f2c3818131ea9186ed813108e97911fe] by danschultz
April 17th, 2011 @ 03:29 AM
replacing concept of service adaptors with "services". adding
test
cases for insert, update, destroy of entities.
https://github.com/danschultz/mesh/commit/4a32f333f2c3818131ea9186e...
Committed by danschultz
- A src/mesh/services/AMFService.as
- A src/mesh/services/HTTPService.as
- A src/mesh/services/RPCService.as
- A src/mesh/services/SaveRequest.as
- A tests/mesh/services/DestroyTests.as
- A tests/mesh/services/InsertTests.as
- A tests/mesh/services/UpdateTests.as
- R src/mesh/services/AMFServiceAdaptor.as
- R src/mesh/services/HTTPServiceAdaptor.as
- R src/mesh/services/RPCServiceAdaptor.as
- R src/mesh/services/ServiceAdaptor.as
- R src/mesh/services/TestServiceAdaptor.as
- M src/mesh/model/Entity.as
- M src/mesh/model/associations/Association.as
- M src/mesh/model/associations/AssociationCollection.as
- M src/mesh/model/associations/HasAssociation.as
- M src/mesh/model/associations/HasManyAssociation.as
- M src/mesh/model/associations/HasOneAssociation.as
- M src/mesh/services/CompoundRequest.as
- M src/mesh/services/DestroyRequest.as
- M src/mesh/services/InsertRequest.as
- M src/mesh/services/ListQueryRequest.as
- M src/mesh/services/PersistRequest.as
- M src/mesh/services/Request.as
- M src/mesh/services/Service.as
- M src/mesh/services/Services.as
- M src/mesh/services/TestService.as
- M src/mesh/services/UpdateRequest.as
- M tests/mesh/Account.as
- M tests/mesh/Customer.as
- M tests/mesh/Order.as
- M tests/mesh/model/HasManyAssociationTests.as
- M tests/mesh/model/HasOneAssociationTests.as
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>