SIROCCO :: CIMI :: API :: Server :: Impl

The OW2 Consortium is an open source community committed to making available to everyone the best and most reliable middleware technology, including generic enterprise applications and cloud computing technologies. The mission of the OW2 Consortium is to i) develop open source code for middleware, generic enterprise applications and cloud computing and ii) to foster a vibrant community and business ecosystem.

License

License

GroupId

GroupId

org.ow2.sirocco.cimi
ArtifactId

ArtifactId

sirocco-cimi-api-server-impl
Last Version

Last Version

0.6.4
Release Date

Release Date

Type

Type

jar
Description

Description

SIROCCO :: CIMI :: API :: Server :: Impl
The OW2 Consortium is an open source community committed to making available to everyone the best and most reliable middleware technology, including generic enterprise applications and cloud computing technologies. The mission of the OW2 Consortium is to i) develop open source code for middleware, generic enterprise applications and cloud computing and ii) to foster a vibrant community and business ecosystem.
Project Organization

Project Organization

OW2 Consortium

Download sirocco-cimi-api-server-impl

How to add to project

<!-- https://jarcasting.com/artifacts/org.ow2.sirocco.cimi/sirocco-cimi-api-server-impl/ -->
<dependency>
    <groupId>org.ow2.sirocco.cimi</groupId>
    <artifactId>sirocco-cimi-api-server-impl</artifactId>
    <version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.sirocco.cimi/sirocco-cimi-api-server-impl/
implementation 'org.ow2.sirocco.cimi:sirocco-cimi-api-server-impl:0.6.4'
// https://jarcasting.com/artifacts/org.ow2.sirocco.cimi/sirocco-cimi-api-server-impl/
implementation ("org.ow2.sirocco.cimi:sirocco-cimi-api-server-impl:0.6.4")
'org.ow2.sirocco.cimi:sirocco-cimi-api-server-impl:jar:0.6.4'
<dependency org="org.ow2.sirocco.cimi" name="sirocco-cimi-api-server-impl" rev="0.6.4">
  <artifact name="sirocco-cimi-api-server-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.sirocco.cimi', module='sirocco-cimi-api-server-impl', version='0.6.4')
)
libraryDependencies += "org.ow2.sirocco.cimi" % "sirocco-cimi-api-server-impl" % "0.6.4"
[org.ow2.sirocco.cimi/sirocco-cimi-api-server-impl "0.6.4"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-beanutils : commons-beanutils-core jar 1.8.3

provided (16)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0
org.ow2.sirocco.cloudmanager : sirocco-cloudmanager-core-api jar 0.6.0
javax.validation : validation-api jar 1.0.0.GA
org.hibernate : hibernate-validator jar 4.2.0.Final
javax.enterprise : cdi-api jar 1.1
javax.inject : javax.inject jar 1
org.glassfish.jersey.core : jersey-server jar 2.0
javax.servlet : servlet-api jar 2.5
org.codehaus.jackson : jackson-core-asl jar 1.9.13
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
javax.ejb : ejb-api jar 3.0
javax.persistence : persistence-api jar 1.0
org.hibernate : hibernate-annotations jar 3.5.0-Final
log4j : log4j jar 1.2.16
org.slf4j : slf4j-api jar 1.6.1
org.slf4j : slf4j-log4j12 jar 1.6.1

test (8)

Group / Artifact Type Version
junit : junit jar 4.7
org.jglue.cdi-unit : cdi-unit jar 2.1.1
org.glassfish.jersey.core : jersey-client jar 2.0
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 jar 2.0
net.javacrumbs.json-unit : json-unit jar 0.0.2
xmlunit : xmlunit jar 1.3
org.apache.commons : commons-lang3 jar 3.1
org.easymock : easymock jar 3.2

Project Modules

There are no modules declared in this project.

================================ Sirocco DMTF CIMI Implementation

This module belongs to the Web tier of the Sirocco multi-cloud manager. It contains the implementation of the DMTF CIMI 1.0 API that acts as the unified IaaS API of Sirocco. This Web module implements all the REST machinery of the DMTF CIMI API and interacts with the business tier of Sirocco through an internal EJB business api.

Building this module

mvn clean install

Notes

This Web module targets the GlassFish 4.0 container with Jersey 2 and CDI 1.1.

To workaround a bug of GlassFish 4.0 (https://java.net/jira/browse/GLASSFISH-20597), it is necessary to download the jersey-gf-cdi from maven central and replace this module in glassfish4/glassfish/modules:

http://repo1.maven.org/maven2/org/glassfish/jersey/containers/glassfish/jersey-gf-cdi/2.0/jersey-gf-cdi-2.0.jar

org.ow2.sirocco.cimi

OW2 Sirocco

Versions

Version
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0