GitHub Repository
GitHub is a repository system that allows teams to develop projects in unison. It allows for version tracking, bug reports, and wiki documentation. We have used this system to coordinate all code and simulation development as a team.
Bonitasoft BPM: Community Edition
Bonitasoft is an open-source Business Process Management tool that has allowed us to create hospital simulations that provide a better understanding of many hospital environment sitations.
MySQL Database
MySQL is a database system that we are going to use further in the project to store data captured from the hospital web-forms. The stored information in the database will help direct hospital personnel to the correct next task in each process. We have started the preliminary setup, but have not started using a database for this iteration.
Java
We are using Java SE 6 as Bonitasoft relies on this version to run simulations correctly.