Week 24 (Week 6 of CST363)

 This week we had our first group project for the Intro to Databases class, where we had to coordinate creating Java classes that contributed to a web app for filling prescriptions. The classes involved creating patients, updating patient info, creating prescriptions, and filling prescriptions. We had to create database tables for doctors, patients, drugs, pharmacies, drug prices, prescriptions, and fill/refill events.

 Our readings centered around programming databases, what the advantages are of using sql versus a application APIs and classes, and how to use sql databases and embedding them into applications as we've done for the last project.

Comments

Popular Posts