Today we did an exercise to create a small command line application with Eclipse in Java.
Steps to achieve goal:
- Install and start Eclipse
- Create new project
- Create a package for Server and Client
- Create an interface class
- Create the ServerClass
- Instantiate your dataContainer
- Set up basic methods for get, list, and update your dataEntries
- Set up a IOReader for the command client
- Write methods for getting input and calling methods in the server
done 😉