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
Next revision Both sides next revision
devel:documentation:architecture [2018/03/27 08:38]
stloukalp
devel:documentation:architecture [2019/02/01 13:34]
kotisovam admin guide section
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 (to be completed)  =====
 +  * [[.adm:architecture|Architecture]]
 +
 +===== Devel guide =====
 +
 +{{indexmenu>.architecture:dev#1|msort}}
  • by kotisovam