Description
Hi the Oak team,
We are looking to use Appache Oak as Content Management System in our project.
Looking at what Oak is capable of make us really interested and we want to try it.
The problem is that the Getting Started page is not up to date for the 1.10.2 version (Last Stable release) we think.
For example in the repository Construction. We want to use a MongoDB Backend, the problem is that the methode getDB is deprecated
DocumentMK is not available anymore in the plugings of Oak core. I found a Jira ticket that says it is now Deprecated and that we should use MongoDocumentNodeStoreBuilderbut without any more notice.
I tried this:
DocumentNodeStore ns1 = MongoDocumentNodeStoreBuilder.newMongoDocumentNodeStoreBuilder().setMongoDB("mongodb://localhost:27017", "test1234", 0).build();
But I get the exception in the attach files.
Is there any Up to Date or even some others tutorial we can use to get started with Oak ?
With the Best regards,
Karim Hamdi