Introduction to JCR and Jackrabbit: A Comprehensive Guide to Content Management
Discover the essentials of Java Content Repository (JCR) and Apache Jackrabbit in this comprehensive guide. We will explore the key features of JCR, including hierarchical content storage, full-text search, and transactions. Learn how to set up and use a repository, model content effectively, and implement advanced features. This guide also discusses the extensibility of Jackrabbit and covers deployment models, making it an invaluable resource for developers looking to enhance their content management strategies.
Introduction to JCR and Jackrabbit: A Comprehensive Guide to Content Management
E N D
Presentation Transcript
JCR Content Management Jukka Zittingjukka@apache.org
Agenda • Introduction to JCR • Introduction to Jackrabbit • Setting up and using a repository • Content modelling • Advanced features • Extensibility
What is JCR? • Introduction • Setting up and using a repository • Content modelling • Advanced features
Why should I care? • ”JDBC for hierarchical content” • Alternative to object-relational mappings • Flexible schemas, unstructured content • ”File system on steroids” • What if we really did have WinFS? • Transactions, metadata, full text search, etc. • Intuitive support for XML and WebDAV
What is Apache Jackrabbit? • Open source content repository for Java • Hierarchical content storage • Full text search, versioning, transactions, etc. • JSR 170 reference implementation • Apache TLP and 1.0 release in 2006 • Current release 1.3
Jackrabbit Components • Jackrabbit content repository • RMI support for JCR • WebDAV support for JCR • Jackrabbit JCA connector • Full text indexing (Excel, Word, PDF, etc.) • etc.