Skip to content

ow2-chameleon/arvensis

 
 

Repository files navigation

#RoSe Readme

Reference, doc, example can be found in here

Source Organization

This folder contains the code source of the OW2 Chameleon RoSe project.

  • core: This project contains the RoSe API and core component.
  • jaxrs: This project contains the RoSe components working with the jax-rs API.
  • jaxws: This project contains the RoSe components working with the jax-ws API.
  • jsonrpc: This project contains the RoSe components working with the json-rpc protocol.
  • machines: This project contains several RoSe distributions.
  • registry: This project contains the RoSe networked registry component implementation.
  • testing: This project contains the RoSe testing helpers.

License

RoSe is licensed under the Apache License 2.0.

Infrastructure

Maven Repository

<repository>
	<id>ow2-nexus-public</id>
	<name>RoSe - Releases and Snapshots</name>
	<url>http://repository.ow2.org/nexus/content/groups/public/</url>
	<layout>default</layout>
</repository>

Release

Changelog

  • Rose 1.2.3 details (currently in development)

    • Not definitive list of features yet
  • Rose 1.2.2 details

    • Including Rose Deployment package
    • Including Rose Atmosphere OSGi
  • Rose 1.2.0 details

    • Migrating maven repository from cloudbees to OW2
    • Supporting iPOJO 1.10.0

Released Version semantic

major.minor.revision

  • major changed when there are modification or addition in the functionalities.
  • minor changed when minor features or critical fixes have been added.
  • revision changed when minor bugs are fixed.

About

A framework for on-the-fly distribution of OSGi services.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 47.5%
  • JavaScript 28.2%
  • CSS 24.3%