Tuesday, June 4, 2024

CST 363 - Week 6

 This week we focused mainly on how to use JDBC, which is Java API that is used for database connectivity. We utilized its tools to connect our database design with a web application that simulates registering new doctors and patients and writing/filling prescriptions. For the application, we used PreparedStatements in a Java program to put together SQL statements for database queries/inserts. It was very interesting to learn how to connect my knowledge in Java with what I've learned about databases in this class. It was also fun to get a refresher in the way the web app is viewed on the page, since it's been a while since I've done any web development.

No comments:

Post a Comment