-
Add methods for entity de/serializati...
was committed by Dan Schultz
Tuesday Aug 23
- Add serialization classes Added some... was committed by Dan Schultz 11:46 PM
- Add read/write checks for property re... was committed by Dan Schultz 07:41 PM
- Add ActionJSON library https://github... was committed by Dan Schultz 05:44 AM
- Add concept of commit dependencies A... was committed by Dan Schultz 05:31 AM
-
Add tests for simple commits
https://...
was committed by Dan Schultz
Monday Aug 22
- Remove loading of lazy associations ... was committed by Dan Schultz 09:37 PM
- Add tests for association's inverse r... was committed by Dan Schultz 08:01 PM
- Associations watch for assignments to... was committed by Dan Schultz 07:42 PM
- Add callbacks to populate inverse rel... was committed by Dan Schultz 07:29 PM
-
Starting fresh with test cases
Remov...
was committed by Dan Schultz
Saturday Aug 20
- Allow entity changes to be serialized... was committed by Dan Schultz 01:15 AM
- Add class to manage queuing and creat... was committed by Dan Schultz 01:05 AM
-
Made significant changes to the store...
was committed by Dan Schultz
Friday Aug 19
- Clean up query until we're ready to p... was committed by Dan Schultz 06:48 PM
-
Add methods to load query data into a...
was committed by Dan Schultz
Thursday Aug 18
-
Add hooks for associations to load th...
was committed by Dan Schultz
Wednesday Aug 17
- Add methods to define associations on... was committed by Dan Schultz 08:30 PM
- Remove unneeded snapshot and callback... was committed by Dan Schultz 08:23 AM
- Add externalization to associations h... was committed by Dan Schultz 08:04 AM
- Remove unused Service classes https:/... was committed by Dan Schultz 07:57 AM
- Starting fresh with association class... was committed by Dan Schultz 07:55 AM
- Add helper methods for entity seriali... was committed by Dan Schultz 07:54 AM
- Add concept of commit objects A comm... was committed by Dan Schultz 02:25 AM
-
Move store into its own package
https...
was committed by Dan Schultz
Tuesday Aug 16
-
Bumping version in pom
https://github...
was committed by Dan Schultz
Monday Aug 15
- Change fixture source to behave more ... was committed by Dan Schultz 07:29 AM
- Move synced state bitmask position M... was committed by Dan Schultz 07:24 AM
-
Move source classes to more appropria...
was committed by Dan Schultz
Saturday Aug 13
- Clean up update checking logic https:... was committed by Dan Schultz 01:05 AM
- Only commit intersetion of changed en... was committed by Dan Schultz 01:03 AM
- Fix compile time errors https://githu... was committed by Dan Schultz 12:47 AM
-
Fix issue with tracking removed entit...
was committed by Dan Schultz
Friday Aug 12
-
Fix bug in commit
https://github.com/...
was committed by danschultz
Wednesday Aug 10
- Add array intersection utility method... was committed by danschultz 08:38 AM
- Add methods to put entity into busy a... was committed by danschultz 07:54 AM
- Cleanup method names in store https:/... was committed by danschultz 04:56 AM
-
Cleaning up store methods and adding ...
was committed by danschultz
Tuesday Aug 09
- Add index for entities in store https... was committed by danschultz 06:41 AM
-
Add empty state for entity
https://gi...
was committed by danschultz
Sunday Aug 07
- Add list that loads its elements in b... was committed by danschultz 12:44 AM
-
Add a custom list class
https://githu...
was committed by danschultz
Saturday Aug 06
- Add query classes https://github.com/... was committed by danschultz 09:55 PM
-
Refactor lifecycle states
https://git...
was committed by danschultz
Thursday Aug 04
-
Add mapping from an Entity to a data ...
was committed by danschultz
Thursday Jul 28
- Add check to not update entities mark... was committed by Dan Schultz 12:40 AM
-
Add callbacks to change entity state ...
was committed by danschultz
Tuesday Jul 26
- Add property to check if record is cl... was committed by danschultz 06:50 AM
- Shorten store and source class names ... was committed by danschultz 06:48 AM
- Remove callbacks https://github.com/d... was committed by danschultz 06:40 AM
- Add classes for storing and persistin... was committed by danschultz 06:08 AM
-
Check if entity should be destroyed w...
was committed by Dan Schultz
Wednesday Jul 13
-
Add check to only create association ...
was committed by Dan Schultz
Saturday Jun 25
-
Merging changes
https://github.com/da...
was committed by danschultz
Friday Jun 24
- Generalizing git ignores https://gith... was committed by danschultz 06:48 AM
-
Implement reload() method on Entity
h...
was committed by Dan Schultz
Thursday Jun 23
- Adding more files and folders for git... was committed by Dan Schultz 09:32 PM
-
adding a request that executes and fi...
was committed by Dan Schultz
Tuesday May 31
-
populating foreign key in Association...
was committed by Dan Schultz
Tuesday May 24
- adding helper to display busy cursor ... was committed by Dan Schultz 07:26 PM
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>