Skip to main content
Version: 2.1.0

Getting started with REGARDS framework

Technology stack​

REGARDS framework is built on top of Spring projects:

At the moment, the framework relies on:

Bill Of Materials (i.e. BOM)​

To use REGARDS framework building blocks, you have to import its BOM in your pom.xml.

note

All dependencies are expressed in term of Maven dependencies.

    <dependencyManagement>
<dependencies>
<dependency>
<groupId>fr.cnes.regards</groupId>
<artifactId>regards-dependencies</artifactId>
<version>3.0.0-RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Starters​

REGARDS framework provides building blocks (aka starters) to ease modules and microservices development.

Go to the dedicated section to learn more.

Modules​

REGARDS framework provides common modules to manage jobs, plugins, templates and workspaces.