Its an online issue tracking system, consisting of 3 modules: consumer, monitor, and expert.
Consumer can file bugs, expert can solve them, and the process is managed by the monitor.
Platform used is J2EE, with JSP (front end), Servlets (back end), MySQL via JDBC (database), and CSS (for designing).