You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sfermigier edited this page May 11, 2011
·
19 revisions
What is the Eclipse Enterprise Content Repository (ECR)?
ECR is a platform to build rich content applications. You can use ECR to develop any type of application that needs to manage structured (or unstructured) content and expose this content to the world using the interface of your choice (web apps, REST APIs, CMIS, or native Java API for embeddable applications).
ECR provides a rich set of services on top of content storage, such as: versioning, access control, REST bindings and also an easy way to create web apps or REST services to expose your content to your users and other applications.
After reading the introduction to the main ECR concepts, starting with Extension Points, you can start playing with the repository by using the ECR Shell application. Then you may want to go deeper into ECR and write your first ECR plugin. For doing this take a look to the Developer Guide and the Examples page.