DU02 to be handed in before the 3th exercise

Java Modules

Modules

Use the project (game, desktop app) from last semester and create a separate library (separate maven project).

You can follow the same procedure as in the lab or you can try to create a parent maven project with two subprojects. For example, as shown in https://www.baeldung.com/maven-multi-module

 

Library content

Separate the classes responsible for storing data into the library. If the project contained only basic storage options, try to extend the data to be stored, wrapping it in separate classes to make it easier to work with.

 

 

Method of submission

Submit the homework solution to the Kelvin system as the "Java 2 - Homework 1 - Maven" assignment. Upload the entire contents of the src folder and the pom.xml (and run script) file to the system. Follow the attached video below.

The project will then be compiled and Unit Tests will be performed. Due to the nature of the project and the provisional testing use of the Kelvin system in the Java 2 course, do not despair in case of failure.

This is an auxiliary test, everything will still be evaluated manually. It is important to upload the files so that everything can be evaluated and analyzed for plagiarism. I believe this is a formality and all of you are creating your own code.