-
Add method to create entities in the ...
was committed by Dan Schultz
Saturday Oct 22
- Remove Store.findAsync() method https... was committed by Dan Schultz 12:38 AM
- Fix compile errors https://github.com... was committed by Dan Schultz 12:34 AM
-
Materialize ResultList entities from ...
was committed by Dan Schultz
Tuesday Oct 18
- Modify result list to hold store keys... was committed by Dan Schultz 09:40 PM
- Remove AsyncRequests from Store and S... was committed by Dan Schultz 07:59 PM
-
Rename Store.find() to reflect AsyncR...
was committed by Dan Schultz
Sunday Oct 16
-
Prepare async requests to work with s...
was committed by Dan Schultz
Thursday Oct 13
- Add method to return source data by k... was committed by Dan Schultz 03:07 AM
- Add classes/methods for inserting dat... was committed by Dan Schultz 03:01 AM
-
Update references to flash_proxy to w...
was committed by Dan Schultz
Wednesday Oct 05
-
Cleanup imports and methods in Entity...
was committed by Dan Schultz
Thursday Sep 22
- Throw error if trying to get an ummap... was committed by Dan Schultz 03:06 AM
- Only fetch from a query's mapped sour... was committed by Dan Schultz 02:49 AM
-
Removing empty test cases for entity
...
was committed by Dan Schultz
Tuesday Sep 20
- Add property mappings to serializer h... was committed by Dan Schultz 08:47 PM
- Add method to serialize entity to a v... was committed by Dan Schultz 07:57 PM
-
Finish commit architecture to use sna...
was committed by Dan Schultz
Saturday Sep 17
-
Clean up test models to reflect new s...
was committed by Dan Schultz
Thursday Sep 15
- Add for..in iteration on Changes http... was committed by Dan Schultz 09:53 PM
- Clean up commit dependency code https... was committed by Dan Schultz 09:48 PM
- Modify commit snapshots to be a seria... was committed by Dan Schultz 09:34 PM
-
Inherit source from parent entity
htt...
was committed by Dan Schultz
Wednesday Sep 14
- Only mark non-lazy associations as lo... was committed by Dan Schultz 07:52 PM
-
Mark non-lazy associations as loaded ...
was committed by Dan Schultz
Tuesday Sep 13
-
Fix issue with serialization of has o...
was committed by Dan Schultz
Thursday Sep 08
- Do not mark owner as dirty if associa... was committed by Dan Schultz 07:51 AM
- Add Store.hasChanges https://github.c... was committed by Dan Schultz 06:47 AM
- Reassociate entities in has many asso... was committed by Dan Schultz 02:08 AM
-
Mark queried entities as synced when ...
was committed by Dan Schultz
Wednesday Sep 07
- Replace query results with existing e... was committed by Dan Schultz 10:24 PM
- Add request caching https://github.co... was committed by Dan Schultz 10:11 PM
- Add isLoading property on association... was committed by Dan Schultz 09:03 PM
- Do not include store properties on En... was committed by Dan Schultz 09:03 PM
- Do not serialize Entity.changes https... was committed by Dan Schultz 02:28 AM
- Add belongs to parameter to query htt... was committed by Dan Schultz 02:26 AM
-
Remove inline find from store
https:/...
was committed by Dan Schultz
Tuesday Sep 06
-
Clean up code for populating foreign ...
was committed by Dan Schultz
Friday Sep 02
- Test aggregate property mappings http... was committed by Dan Schultz 06:44 PM
- Add utility methods https://github.co... was committed by Dan Schultz 01:59 AM
-
Refactor to use request objects
Adde...
was committed by Dan Schultz
Thursday Sep 01
- Dispatch load events from entity http... was committed by Dan Schultz 06:30 PM
- Add load events to result lists and a... was committed by Dan Schultz 01:45 AM
-
Remove entity revival for the time be...
was committed by Dan Schultz
Wednesday Aug 31
- Populate foreign key when has-one ass... was committed by Dan Schultz 08:51 PM
- Add lazy loading to associations http... was committed by Dan Schultz 09:14 AM
-
Revive destroyed entities when added ...
was committed by Dan Schultz
Tuesday Aug 30
- Add sources for working with AMF back... was committed by Dan Schultz 02:38 AM
- Add clone method to Entity https://gi... was committed by Dan Schultz 02:30 AM
-
Remove rogue store test case class
ht...
was committed by Dan Schultz
Monday Aug 29
- Update documentation for Entity https... was committed by Dan Schultz 07:12 PM
- Update documentation for aggregates h... was committed by Dan Schultz 07:09 PM
-
Fix issue with operation retry delays...
was committed by Dan Schultz
Saturday Aug 27
-
Add an Entity status class
Added a s...
was committed by Dan Schultz
Friday Aug 26
- Add state machine framework https://g... was committed by Dan Schultz 07:43 PM
-
Throw exceptions if an entity is reas...
was committed by Dan Schultz
Thursday Aug 25
- Index entities by their IDs in the st... was committed by Dan Schultz 01:33 AM
-
Add tests and fix issues with finding...
was committed by Dan Schultz
Wednesday Aug 24
- Add a less generalized serializer for... was committed by Dan Schultz 08:48 PM
-
Fix compile-time error with serialize...
was committed by Dan Schultz
Tuesday Aug 23
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>