CST 363 Week 6
I spent most of this week working on the pharmacy prescription database for lab 19. During this lab I learned about the different ways SQL is used with other applications. For this lab we got hands-on experience with using the JDBC api to connect withMySQL. I learned about the relationship between drivers and connections and also learned how to prepare SQL statements in Java. This lab introduced me to Spring, which I have never used before, for building this application. I also got to learn how to implement triggers in MySQL. A trigger was a part of the prescription database ERD I created last week, but I had to learn how to write code for it (with the help of my groupmates) this week for its implementation.
Comments
Post a Comment