ECET 490 Week 5 iLab Rental Car Client Server using Java RMI New
Check this A+ tutorial guideline at
For more classes visit
ECET 490 Week 5 iLab Rental Car Client Server using Java RMI New
Rental Car Client/Server using Java RMI
Summary (two sentences): Code a Rental Car Client/Server project multi-threaded in Week 5 using Java RMI. Define a remote interface server and client using some of the week 4 code already written or supplied.
Key Results: The main result I accomplished was in understanding how the RMI was supposed to work. I understand that the code should create an object of the interface that allows the client to access and use the InventoryManager code and manage the rental cars. With each object instantiation (by creating a new client) multiple clients would be able to use the server database methods.
Key Conclusions (technical): The key technical conclusion I reached was in seeing how the remote interface was supposed to work. I could see how much easier this is code than the Week 4 assignment although, I never reached a working server and client yet again. I ran into a null pointer exception that I couldn’t identify how to fix in the InventoryManager Server code. If I then executed the client code it would infinitely loop waiting for a connection. Again, I’m sure I’m missing something simple, but outside my grasp for the moment.