top of page


Flexible and Scalable Architecture


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

SERVICE INVOKER
DOMAIN AND SERVICES
Spring.Net I IoC framework
PERSISTANCE
Active record framework
NHibernate

DATABASE



bottom of page