Platform : Platform apps : Planon architecture
Planon architecture
The Planon application is based on a multi-layered / multi-tier architecture, in which user interface(s), web interfaces/web services, business logic, database logic and integration logic are physically separated. This makes it possible to manage and maintain each layer individually with relatively low risk to the business. The locations of these components are given below:
Mobile interfaces reside on the mobile device.
Web interfaces/web services reside on the web server (Tomcat).
Business logic resides on the application server (WildFly).
Operational data resides in a relational database. Example, Oracle for on premise and MS SQL Server for both cloud / on premise. Specialized database for specific purpose, such as: MongoDB for BI/reporting.