Comprehensive Project Management System with Collaboration Facilities
Brief
This application covers all aspects of the software development process — resource management, document management, project planning, task decomposition, issue tracking, progress tracking, risk identification, various notifications and team collaboration. It provides two kinds of clients — powerful desktop client and feature–rich web client with excellent visualization capabilities.
Architecture
The multi-tier system that consists of:
- Desktop application connecting to the middleware server via RMI
- Web application connecting to the middleware server via RMI
- The middleware server using Hibernate as persistence layer and
- Oracle as the DBMS


