ARCAD-Software / AFS

Arcad Foundation Services (AFS)
Eclipse Public License 2.0
7 stars 0 forks source link

ARCAD Foundation Services

The ARCAD Foundation services propose a technical base build as an OSGi framework. Each service, function or API are embedded into a Bundle, even if some can be used into "plain java applications".

Risks and Returns

This framework is based on the OSGi platform and the Restlet framework, it will confere the following main features out of the box :

Download

Each release include a P2 repository which may be used a a target within Eclipse IDE.

External dependencies

Two features of bundles are provided into the releases of AFS, one for the "server" part built on OSGi framework, and the other one for RCP development. You can retrieve these dependencies from the pom.xml file from the root of this project and in the target platform defined in the /releng/platform folder.

OSGi server

To be able to run the server part you will have to include the following dependencies:

RCP Client

All the above dependencies are required, except the JDBC related ones and Groovy. You have to import Eclipse RCP version Neon or an above version compatible with Java 8.