Changeset [3a8579e91534e3e2faa685a82b4c6ea499dc525e] by Dan Schultz

September 1st, 2011 @ 10:19 PM

Refactor to use request objects

Added concept of a store request which encapsulates the retrieval of
data from a data source. This will allow application to know when a
query failed or succeeded.
https://github.com/danschultz/mesh/commit/3a8579e91534e3e2faa685a82...

Committed by Dan Schultz

  • A src/mesh/model/store/AsyncRequest.as
  • A src/mesh/model/store/EntityRequest.as
  • A src/mesh/model/store/QueryRequest.as
  • R src/mesh/model/load/LoadEvent.as
  • R src/mesh/model/load/LoadFailedEvent.as
  • R src/mesh/model/load/LoadHelper.as
  • R src/mesh/model/load/LoadSuccessEvent.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/source/FixtureSource.as
  • M src/mesh/model/source/MultiSource.as
  • M src/mesh/model/source/Source.as
  • M src/mesh/model/store/Commit.as
  • M src/mesh/model/store/Queries.as
  • M src/mesh/model/store/ResultList.as
  • M src/mesh/model/store/Store.as
  • M tests/mesh/model/associations/HasManyAssociationLoadingTests.as
  • M tests/mesh/model/associations/HasOneAssociationLoadingTests.as
  • M tests/mesh/model/store/FindTests.as
New-ticket Create new ticket

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>

Shared Ticket Bins