Learning Journal Week 06 - CST363-30_2253
Flavio Cervantes
June 09 - 2025
CST 363-2253
In week 06 of CST 363, I learned that API stands for application programming interfaces; this is utilized for POST and GET commands that can communicate a applications such as python with a database called Python psycop2 or Java DB porgraaming which is known as Java JDBC.
I also learned that one can utilize SQL queries within their java or python code, for example one can call a getPerformThisAction( select * from DB WHERE value = 'XYZ'); within their java class.
A very interesting itesm that i laerned this week was how to make a local database, a java application host a local web site based application. This was very neat to learn about the controller classes, the back/front end HTML files, and how to set the approriate commands to enable them to communicate with each other. For example, in lab 19 we are tasked to create classes that will either create a patient or prescription. We must ensure all requirements are met in order to have the application run as designed. For examples, in application folder there is the controller + mainApp.java classes. In view folder, we add the different views that each application utilized (eg: doctor, patient, prescription). In application properties, one add the credentials
Comments
Post a Comment