Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 2.03 KB

architecture.md

File metadata and controls

32 lines (25 loc) · 2.03 KB

Architecture

Modules

Module Description
Orienteer Core The core module of Orienteer, which contains its operation essentials
Orienteer Graph Makes working with graphs easier and friendlier
Orienteer Pages The basic CMS functionality
Orieneer PivotTable Integration with JS Pivot Table
Orienteer DevUtils Useful tools for Orienteer debugging
Orienteer BPM Support of Business Processes by integration with Camunda. Currently in beta mode
Orienteer Camel Support of Apache Camel for integrations. Currently in beta mode
Orienteer Standalone The wrapper used to run Orienteer in standalone mode
Orienteer WAR Сreates a *.war file with default Orienteer modules for deploying Orienteer as a web application on an application server
Orienteer Maven Jar Archetype The Maven Archetype toolkit to bootstrap your own module for Orienteer
Orienteer Maven War Archetype The Maven Archetype toolkit to bootstrap your custom web application on top of Orienteer

Libraries

Library Description
OrientDB A paradigmatic NoSQL database to provide the Persistence Layer in Orienteer
Apache Wicket A lightweight and extremely powerful web framework
wicket-orientdb An utility library for comfort work with OrientDB in Apache Wicket
Google Guice A framework for dependencies injection
Camunda Open Source platform for Business Process Management
Apache Camel Open Source platform for Business Process Management

All dependencies can be found here: Dependency Status