Resoa dependencies
| We use Javolution's FastMap and FastList for caching. | |
![]() |
SLF4J is our generic logging API within all projects. The Resoa package contains log4j. Apache Commons logging API is a dependency we inherited from JCS. |
![]() |
We use JAXB for XSD to Java source code generation and XML serialization. |
XPATH is used within the Resoa Stack project, we chose JAXEN. |
|
![]() |
ehcache is used for caching within Resoa persistence. |
| Resoa persistence uses the Berkeley Java Edition as the default storage backend. | |
| Restlet is the base of Resoa REST. There are further inherited dependencies, see our installation guide for Rest. |
License conditions of dependencies
Resoa dependencies are released under different license conditions. As the Resoa distribution contains this software, you have to read and accept the license conditions of all depending software.
- Oracle Berkeley DB Java Edition: http://www.oracle.com/technology/software/products/berkeley-db/htdocs/jeoslicense.html
- slf4j: Distributed under the MIT License, http://www.slf4j.org/license.html
- javolution: Available under the BSD license: http://www.javolution.org/license.txt
- jaxb 2.2.4: Released under the Common Development and Distribution License (CDDL) v1.0.: http://glassfish.dev.java.net/public/CDDLv1.0.html
- Oswego concurrent: released under a Public Domain Licenses, http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
- Restlet and Noelios Implementations: Released under several OpenSource licenses, read http://www.restlet.org/about/legal.
The following software is distributed under The Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0.txt:


