Skip to content

CartoSI is a tool for the cartography of a complex information system

License

Notifications You must be signed in to change notification settings

ToulBoy/cartosi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation

CartoSI is a tool for the cartography of a complex information system

#Prerequisites

JAVA 6 or higher
maven 3

DEMO

Test CartoSI is simple, clone the project or download ZIP compile the project with maven

mvn clean install

And run the application

cd target/
java -jar carto-0.0.1-SNAPSHOT-war-exec.jar

Have fun ! you can now appreciate CartoSI at this URL http://localhost:8080/

API documentation

All api documentation is included in CartoSI at this URL http://localhost:8080/apidocs/

Security

Authentication and Identity Service : Java Authentication and Authorization Service, or JAAS is the Java implementation of the standard Pluggable Authentication Module (PAM) information security framework.

Authentication and user management is very pluggable so that the CartoSI can: Integrate with a Single Sign On system, Integrate with an external source of users and groups, Integrate easily any specific business logic tied to user management. For that the Authentication and Identity services are separated in several components that can all be configured.

Tech

CartoSI is composed by a RESTFull service and a HTML/JS/CSS interface build with angularjS:

  • RESTEasy - RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications.
  • AngularJS - HTML enhanced for web apps!
  • Twitter Bootstrap - great UI boilerplate for modern web apps.
  • jQuery - jQuery is a fast, small, and feature-rich JavaScript library.
  • AdminLTE Control Panel Template - Best open source admin dashboard & control panel theme by Abdullah Almsaeed.
  • ENUNCIATE - Enumciate is an enhancement engine for your JAVA web service API.

About

CartoSI is a tool for the cartography of a complex information system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published