[SOLVED] JAC444 Workshop 10-RMI-System-for-car-registration-main

35.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon RMI-System-for-car-registration-main-oaa7qf.zip (1215.8 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
5/5 - (1 vote)

Description:

This assignment lets you practice RMI in Java and includes concepts such as Networking, RMI, and Serialization.

Give a solution to the following problem (RMI System for car registration):

A Car object is described by model, color, mileage, and plate. All the values are given, except plate which is undefined.

The plate value is calculated by the RMI server. The server algorithm for calculating the car plate is simple: the server invokes hashCode() for the Car object.

The client must print Car object and send it to the server for car registration. Once the car is registered, the client must print the Car object again, this time with its assigned plate number.

Hints: You can assume that the client and server run on the local machine.

Marking Criteria and Tasks:

Please note that you should:

  1. a-  have appropriate indentation.
  2. b-  have proper file structures and modularization.
  3. c-  follow Java naming conventions.
  4. d-  document all the classes properly.
  5. e-  not have debug/useless code and/or file(s) left in assignment.
  6. f-  have good intra and/or inter class designs.

in your code!

• Task: Developing and running the desired solution (you should submit your source codes – just individual .java files added with screenshots which demonstrate the way your code runs): 5 marks.

  • RMI-System-for-car-registration-main-oaa7qf.zip