Difference between revisions of "Home Library 2.0 API Framework Specification"

From Gcube Wiki
Jump to: navigation, search
(Created page with '= Home Library 2.0 API = The Home Library is ... == Design Model == The '''design model''' for cHome Library identifies a core set of capabilities that ... == Implementatio…')
 
(How to)
Line 15: Line 15:
  
 
== How to ==
 
== How to ==
 +
To use Home Library 2.0, import the following dependencies:
 +
 +
<dependency>
 +
<groupId>org.gcube.common</groupId>
 +
<artifactId>home-library-jcr</artifactId>
 +
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
 +
</dependency>
 +
 +
<dependency>
 +
<groupId>org.gcube.common</groupId>
 +
<artifactId>home-library</artifactId>
 +
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
 +
</dependency>
 +
 +
 
Learn how to use the Home Library 2.0 API Framework with this examples ...
 
Learn how to use the Home Library 2.0 API Framework with this examples ...

Revision as of 17:53, 8 June 2015

Home Library 2.0 API

The Home Library is ...

Design Model

The design model for cHome Library identifies a core set of capabilities that ...

Implementation Framework

The Home Library 2.0 API is a set of components that support the development of .... that comply with the model. Through code sharing, the framework reduces development costs and ensures the consistency and correctness of library implementations.

Management Model

If Needed


How to

To use Home Library 2.0, import the following dependencies:

<dependency> <groupId>org.gcube.common</groupId> <artifactId>home-library-jcr</artifactId> <version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version> </dependency>

<dependency> <groupId>org.gcube.common</groupId> <artifactId>home-library</artifactId> <version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version> </dependency>


Learn how to use the Home Library 2.0 API Framework with this examples ...