top of page
Recurso 49.png

Flexible and Scalable Architecture

orange.png
green.png

The architecture of our systems is standardized under the guidelines shown in the figure below, divided into 3 main layers such as Database Access Objects, Business Services and Front Layer for user interface. Each layer has sublayers that segregate the functions of every module and make its architecture more flexible.

​

This design allows us to replace any component such as user interface from web to mobile, expose or consume web services, or even use a different database management system.

FRONT-END

Custom controls

RAD controls

Ext JS

Application architecture

invoker.png

SERVICE INVOKER

DOMAIN AND SERVICES

Spring.Net      I     IoC framework

PERSISTANCE

Active record framework

NHibernate

BDD.png

DATABASE

front.png
servicios.png
persistencia.png
bottom of page