Spring Application Framework
Open Source framework that provides the infrastructure for implementing service-oriented architectures and the web layer of applications.
Spring framework simplifies the development of a web application by providing API to manage the persistent objects (integrated with Hibernate), to implement the user interface through a typical Model View Controller pattern and to configure, instantiate and connect the components of the application.
Hibernate
Hibernate is a tool which allows the mapping of Java objects into relational databases. It is one of the most widely used object-persistent management frameworks thanks to its advanced object query language that allows defining constraints on object features, caching functionalities and performance advanced tuning and optimization features.
Relational Database
Suggesto® can use any relational database compliant with Hibernate framework. Our typical installations are on Postgres SQL (open source) or Oracle RDBMS.


ectrlsolutions.com