Announcement:ModeShape 1.0.0 Final is available!
ModeShape (formerly "JBoss DNA") is a JCR 1.0 implementation that provides access to content stored in many different kinds of systems. A ModeShape repository isn't yet another silo of isolated information, but rather it's a JCR view of the information you already have in your environment: files systems, databases, other repositories, services, applications, etc.
To your applications, ModeShape looks and behaves like a regular JCR repository. Using the standard JCR API, applications can search, navigate, version, and listen for changes in the content. But under the covers, ModeShape gets its content by federating multiple back-end systems (like databases, services, other repositories, etc.), allowing those systems to continue "owning" the information while ensuring the unified repository stays up-to-date and in sync.
ModeShape repositories can be used in a variety of applications. One of the most obvious ones is in provisioning and management, where it's critical to understand and keep track of the metadata for models, database, services, components, applications, clusters, machines, and other systems used in an enterprise. Governance takes that a step farther, by also tracking the policies and expectations against which performance can be verified. In these cases, a repository is an excellent mechanism for managing this complex and highly-varied information. But a ModeShape repository doesn't have to be large and complex: it could just manage configuration information for an application, or it could just provide a JCR interface on top of a couple of non-JCR systems.
ModeShape supports all JCR Level 1 and Level 2 features, plus the optional locking and observation features defined by the JSR-170 specification. ModeShape supports queries with XPath, JCR-SQL2, and full-text search languages. The optional versioning feature will be coming in the next release.
- Use the JCR API to access your repositories
- Use the RESTful API from other clients and services
- Manage any kind of content, be they files or un/structured data
- Automatically sequence uploaded content to extract the useful bits into structured content using our built-in sequencers or write your own
- Connectors that store content in databases, data grids, and caches
- Connectors to access file systems, data grids, SVN repositories, database schemas, and more
- Federate content from multiple connectors into a single unified repository
Latest blog posts
- ModeShape 1.0.0.Final
- Mar 4, 2010 11:41 PM by Randall
- I’m very happy to announce that ModeShape 1.0.0.Final is now available. With this release, ModeShape now implements all JCR Level 1 and Level 2 featur…
- The shape of your information
- Jan 29, 2010 4:31 PM by Randall
- This is the first in a series of posts about specific features in the JCR API. We start with node types because they’re such an important and empoweri…
- ModeShape isn’t your father’s JCR
- Jan 26, 2010 11:11 PM by Randall
- It’s true: ModeShape is a JCR implementation that is pretty new. Why on earth would we create another JCR implementation when other implementations h…
