项目作者: apache

项目描述 :
Apache Aries
高级语言: Java
项目地址: git://github.com/apache/aries.git
创建时间: 2009-09-30T08:00:10Z
项目社区:https://github.com/apache/aries

开源协议:Apache License 2.0

下载


Apache Aries

The Aries project consists of a set of pluggable Java components enabling an enterprise OSGi application programming
model.

See Apache Aries Website.

Source Code

The sources are now directly availble in aries github.

Some of the subprojects have their own git repos:

Subproject
Aries CDI
Aries Component DSL
Aries Containers
Aries JAX-RS whiteboard
Aries JPA
Aries RSA
Aries Transaction Control
Aries Typed Event

Build

Most projects can be built using

  1. mvn clean install

As the Aries main repository hosts a lot of different subprojects it makes sense to only
build the specific subproject.

Submodule dependencies visualization

  1. Install graphviz (dot program is necessary)
  2. Run script ./createDependencyGraph.sh SUBMODULE
  3. Graph of dependencies will be generated in target directory