Web Application Framework
Utilizes open-source solutions:
- MySQL
Open-source RDBMS system with huge install and support base. Constant development guarantees improvement over time. - Hibernate
Leading Object-Relational Mapping framework that provides a solid persistence layer for OOP development. - Spring
Robust, modular and non-intrusive framework that employs Inversion of Control (IOC) and Aspect-Oriented Programming (AOP) concepts to manage how objects collaborate with each other. Sub-projects Spring WebFlow allows finite-automata development of business processes for web. - Apache Tomcat
Lightweight application container and web server for deploying web applications that uses Java, JSP, XML and other related technologies.
Open source development tools:
PS: In future, will need to add in another layer to support a portal front-end.