All Labs in the Course
Develop a java program that reads in strings from the following URL and stores them in a sorted list.
This tutorial introduces some of the features of the Eclipse IDE using files from an existing JAVA teaching application.
The objective of this lab set up a simple command line app to be used as a foundation for exploring TDD in subsequent labs
Expand the pacemaker model to include Location and Activity classes. Introduce a set of tests to verify the behavior of the model.
Extend the pacemaker application to incorporate a serialization mechanism to enable users & activities to be persisted to a file. We will then try to generalize this mechanism, which will enable us to experiment with alternative serialization formats.
Many companies use recommender systems to suggest products, information, and friends to their customers . In this assignment you will start develop a Movie recommender using existing movie data.