Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a client/server module in Java programming language to implement the delivery of the data required in Exercise 1. Assume that your application has the

Write a client/server module in Java programming language to implement the delivery of the data required in Exercise 1. Assume that your application has the data, so no database connection is required in this exercise.

If necessary, go back to Lesson 1 and read Exercise 1 (Please use the first exercise I posted early). Assume that Roster System has data for a new student (Bob Smith).

StudID (Integer): 1111

Name (String): Bob Smith

SSN(String): 222-333-1111

EmailAddress(String): bsmith@yahoo.com

HomePhone(String): 215-777-8888

HomeAddr(String): 123 Tulip Road, Ambler, PA 19002

LocalAddr(String): 321 Maple Avenue, Lion Town, PA 16800

EmergencyContact(String): John Smith (215-222-6666)

ProgramID(Integer): 206

PaymentID(String): 1111-206

AcademicStatus (Integer): 1

You can simply create a socket to show how you can share the common set of data between two applications. When you test your module, both client and server can reside on the same computer.

Implement a socket connection to share the above data with Course System.

Your report should include at least the following:

1.Which option have you exercised in this Lesson?

2.A brief description of your computing environment (e.g., operating system, programming language, etc.).

3.Source codes of your implementation.

4.Step-by-step screenshots with a brief description of your test to show it is done successfully.

5.A brief discussion of any challenges during your implementation.

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

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

3rd Edition

0128012757, 978-0128012758

More Books

Students also viewed these Databases questions

Question

What are some of the possible scenes from our future?

Answered: 1 week ago