Questo contenuto non è disponibile nella lingua selezionata.
Chapter 17. Using ModeShape
17.1. Using ModeShape Within Your Application Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
Using ModeShape within your application is actually quite straightforward, and with JCR 2.0 it is possible for your application to do everything using only the JCR 2.0 API . Your application will first obtain a
javax.jcr.Repository instance, and will use that object to create sessions through which your application will read, modify, search, or monitor content in the repository.