资 源 简 介
EntityBus (EB) is an entity managing system with REST capabilities. It was built to provide a Java implementation of the RESTful URLs microformat (http://microformats.org/wiki/rest/urls). Check out the GettingStarted page. Current version: 1.0.3
Ideally we want flexible entities which make development of integrated tools easier and more flexible. Since most entity systems have a lot of the same code over and over this is an attempt to reduce the repetition and provide a highly tested and flexible package which can be used to manage entities.
In the EB system the concept of an entity is very flexible. It can be a POJO, persistent object, string, or really anything you like. Entities do not have to be backed by database data or even real data at all. Each entity type (as defined by a unique prefix) has a set of capabilities associated with it. These are fine-grained and defined by the developer who writes the EntityProvider for that enti