资 源 简 介
MedryxORM is an extension of the Dojo toolkit that allows for simple communication between your client-server services and your javascript domain model. It consists of an EntityManager that handles all the mapping of your simple javascript-objects to your javascript-services and can be used to query and persist your domain objects. Similar to Hibernate, this system aims to be as unobtrusive to your usual coding as possible, but provides access to several ways in which you can optimize the performance of your application once you have it working, making refactoring of your application for performance a much simpler process. There are several "shortcuts", that make using the system easier, but may be a bit more intrusive on your usual coding practices, so they are optional.
See the documentation at http://blog.medryx.org/category/medryxorm/