Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems 6th Asian Conference Aciids 2014 Bangkok Thailand April 7 9 2014 Proceedings Part I 9 2014 Proceedings Part 1 Lnai 8397

Authors: Ngoc-Thanh Nguyen ,Boonwat Attachoo ,Bogdan Trawinski ,Kulwadee Somboonviwat

2014th Edition

3319054759, 978-3319054759

More Books

Students also viewed these Databases questions