1.

What Is Meant By Jcr (java Content Repository)?

Answer»

A Java Content Repository uses the JSR-170 API to access the content repository using Java, independent of the physical implementation. JCR is the Java Content Repository standard, also known as JSR-170 after its Java SPECIFICATION REQUEST. Later revised version 2 as (JCR-283). A repository effectively consists of two parts:

  1.  A WEB application that offers the JSR-170 COMPLIANT API and temporary data storage (in the form of the SESSION).
  2.  A Persistence Manager with persistent data storage, such as the file system or a database.

A Java Content Repository uses the JSR-170 API to access the content repository using Java, independent of the physical implementation. JCR is the Java Content Repository standard, also known as JSR-170 after its Java Specification Request. Later revised version 2 as (JCR-283). A repository effectively consists of two parts:



Discussion

No Comment Found