资 源 简 介
Project Management Software System (PRMSS) is a Project Management software that allows you to manage your projects and provides simple communication between your team.
PRMSS is made using Java and the GUI is Swing. It has a client-server architecture where the communication between the client and server is Remote Method Invocation (RMI).
PRMSS is currently still under development where in future version, it would suport plugin framework and may release an SDK where developers can script their own plugins and customize their own PRMSS (client and server) to how they want it.
The default database for PRMSS is H2 database system but in the future version, it maybe able to support any database using JDBC to connect in and also to an extend, some custom SQL statements of individual databases.