Author: angela
Date: Thu Apr 20 12:36:12 2017
New Revision: 1792050
URL: http://svn.apache.org/viewvc?rev=1792050&view=rev
Log:
OAK-6107 : Move README of oak-core to oak-api
OAK-6096 : Document Modularization Effort (wip):
Added:
jackrabbit/oak/trunk/oak-api/README.md
- copied, changed from r1792041, jackrabbit/oak/trunk/oak-core/README.md
Removed:
jackrabbit/oak/trunk/oak-core/README.md
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md
Copied: jackrabbit/oak/trunk/oak-api/README.md (from r1792041,
jackrabbit/oak/trunk/oak-core/README.md)
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-api/README.md?p2=jackrabbit/oak/trunk/oak-api/README.md&p1=jackrabbit/oak/trunk/oak-core/README.md&r1=1792041&r2=1792050&rev=1792050&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/README.md (original)
+++ jackrabbit/oak/trunk/oak-api/README.md Thu Apr 20 12:36:12 2017
@@ -1,8 +1,5 @@
-Oak Core
-========
-
Oak API
--------
+=======
The API for accessing core Oak functionality is located in the
`org.apache.jackrabbit.oak.api` package and consists of the following
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md?rev=1792050&r1=1792049&r2=1792050&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/dev_getting_started.md Thu
Apr 20 12:36:12 2017
@@ -58,25 +58,49 @@ Note that the configured test databases
Components
----------
-The build consists of the following main components:
+The build consists of the following components:
- oak-parent - parent POM
- oak-doc - Oak documentation
- oak-commons - shared utility code
- - [oak-core][1] - Oak repository API and implementation
+
+ - [oak-api][1] - Oak repository API
+ - oak-core - Oak repository implementation
+ - oak-core-spi - Oak repository extensions
+
- oak-jcr - JCR binding for the Oak repository
- - oak-sling - integration with Apache Sling
+
- oak-solr-core - Apache Solr indexing and search
- - oak-solr-embedded - Apache Solr on an embedded Solr instance
- - oak-solr-remote - Apache Solr on an remote (HTTP) Solr instance
- - oak-http - HTTP binding for Oak
+ - oak-solr-osgi
- oak-lucene - Lucene-based query index
+
+ - oak-auth-external - External authentication support
+ - oak-auth-ldap - LDAP implementation of external authentication
+ - oak-authorization-cug - Authorization model for closed user groups (CUG)
+
+ - oak-blob - Oak Blob Store API
+ - oak-blob-plugins - Oak Blob : Extensions and Base Implementations
+ - oak-blob-cloud - S3 cloud blob store implementation
+ - oak-blob-cloud-azure - Azure cloud blob store implementation
+
+ - oak-store-spi - Oak NodeStore and Commit SPI
+ - oak-segment-tar - TarMK API and nodestore implementation
+
+ - oak-upgrade - tooling for upgrading Jackrabbit repositories to Oak
and sidegrading Oak to Oak
+
- oak-run - runnable jar packaging
- - oak-segment-tar - TarMK API and implementation
- - oak-upgrade - tooling for upgrading Jackrabbit repositories to Oak
+ - oak-run-commons - utilities shared by oak-run and oak-benchmarks
+
+ - oak-benchmarks - benchmark tests
- oak-it - integration tests
- - oak-it/osgi - integration tests for OSGi
+ - oak-it-osgi - integration tests for OSGi
+
+ - oak-http - HTTP binding for Oak
+ - oak-pojosr
+ - oak-remote
+
- [oak-exercise][3] - Oak training material
+ - oak-examples - Oak examples (webapp and standalone)
Archive