Exercise: Simple Eclipse

Today we did an exercise to create a small command line application with Eclipse in Java.

Steps to achieve goal:

  1. Install and start Eclipse
  2. Create new project
  3. Create a package for Server and Client
  4. Create an interface class
  5. Create the ServerClass
  6. Instantiate your dataContainer
  7. Set up basic methods for get, list, and update your dataEntries
  8. Set up a IOReader for the command client
  9. Write methods for getting input and calling methods in the server

done 😉

Leave a Reply

Your email address will not be published. Required fields are marked *