Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/aries
Apache Aries
https://github.com/apache/aries
aries java library
Last synced: 7 days ago
JSON representation
Apache Aries
- Host: GitHub
- URL: https://github.com/apache/aries
- Owner: apache
- License: apache-2.0
- Created: 2009-09-30T08:00:10.000Z (over 15 years ago)
- Default Branch: trunk
- Last Pushed: 2024-12-07T14:45:12.000Z (about 1 month ago)
- Last Synced: 2024-12-25T14:00:37.481Z (14 days ago)
- Topics: aries, java, library
- Language: Java
- Homepage:
- Size: 64.2 MB
- Stars: 113
- Watchers: 31
- Forks: 157
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Aries
The Aries project consists of a set of pluggable Java components enabling an enterprise OSGi application programming
model.See [Apache Aries Website](http://aries.apache.org/).
[![SPI Fly - CI Build](https://github.com/apache/aries/actions/workflows/spi-fly.yml/badge.svg)](https://github.com/apache/aries/actions/workflows/spi-fly.yml)
## Source Code
The sources are now directly availble in [aries github](https://github.com/apache/aries).
Some of the subprojects have their own git repos:
| Subproject |
| ---------- |
| [Aries CDI](https://github.com/apache/aries-cdi) |
| [Aries Component DSL](https://github.com/apache/aries-component-dsl) |
| [Aries Containers](https://github.com/apache/aries-containers) |
| [Aries JAX-RS whiteboard](https://github.com/apache/aries-jax-rs-whiteboard) |
| [Aries JPA](https://github.com/apache/aries-jpa) |
| [Aries RSA](https://github.com/apache/aries-rsa) |
| [Aries Transaction Control](https://github.com/apache/aries-tx-control) |## Build
Most projects can be built using
mvn clean install
As the Aries svn hosts a lot of different subprojects it makes sense to only
build the specific subproject.