Question: Description In this project, you will create a Java client that accesses the World database hosted on a MySQL database server running on the same

Description In this project, you will create a Java client that accesses the World database hosted on a MySQL database server running on the same machine. The project can follow the example that we work on in class, but it has to meet the requirements below to get a full score. Implement the functionality to show a country record if the user enters the country's name. For example, the user may type the country name 'United States'. Implement the functionality to show a city record if the user enters the city's Name, city's District, and the country's Name. If there is more than one record that matches, you can show the first record in the result set. Implement the functionality to edit a city's population. The user will enter the city Name, District, and country Name to first find the city. Implement the functionality to insert a new city. The user will enter the city's ID, Name, District, CountryCode, and Population values Document the potential security problems in this client's implementation and the work that you did to ensure that the implementation is secure. 1. 2. 3. . 4. 5. Description In this project, you will create a Java client that accesses the World database hosted on a MySQL database server running on the same machine. The project can follow the example that we work on in class, but it has to meet the requirements below to get a full score. Implement the functionality to show a country record if the user enters the country's name. For example, the user may type the country name 'United States'. Implement the functionality to show a city record if the user enters the city's Name, city's District, and the country's Name. If there is more than one record that matches, you can show the first record in the result set. Implement the functionality to edit a city's population. The user will enter the city Name, District, and country Name to first find the city. Implement the functionality to insert a new city. The user will enter the city's ID, Name, District, CountryCode, and Population values Document the potential security problems in this client's implementation and the work that you did to ensure that the implementation is secure. 1. 2. 3. . 4. 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
