Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
devel:documentation:architecture [2018/06/25 14:16]
tsunami
devel:documentation:architecture [2019/03/04 12:47]
kotisovam [Admin guide (to be completed)] new page
Line 1: Line 1:
 +<- .:conventions |  ^ .:start | Documentation ^  .:bulk_actions | ->
  
 +======Architecture======
 +{{tag> architecture}}
 +
 +<note important>TODO: Introduction</note>
 +
 +The application is divided into 2 technological lines: backend (java) and frontend (javascript). There is a REST interface between the two.
 +
 +* BE - [[.architecture:dev:backend|Backend]] (java):
 +  * jdbc db (primary PostgreSQL)
 +  * Hibernate ORM
 +  * Spring (data, data rest, hateoas, security, integration)
 +  * Activiti
 +
 +* FE - [[.architecture:dev:frontend|Frontend]] (javascript)
 +
 +===== Admin guide =====
 +  * [[.adm:architecture|Modularity]]
 +  * [[.adm:architecture:objects|Basic IdM objects]]
 +
 +
 +
 +===== Devel guide =====
 +
 +{{indexmenu>.architecture:dev#1|msort}}
  • by kotisovam