6 • The project object model (POM) which describes a project and its dependencies. • A standardized directory format. • Repositories where third-party software is stored and discovered. Apache Maven - Build management tool
15 Options 1. Maria DB Community Server Open-Source and created by MySQL’s original developers https://mariadb.com/downloads/ For mac you can use the Homebrew package manager: > brew install mariadb > mysql.server start
18 Issues CREATE TABLE database.students ( ID INT NOT NULL, user VARCHAR(8) NOT NULL , password VARCHAR(8) NOT NULL ) INSERT INTO students (ID, user, password) VALUES (1, "javiergs", "qwerty")
24 Options 1. JfreeChart https://www.jfree.org/jfreechart/ JFreeChart is a free Java chart library that makes it easy for developers to display professional- quality charts in their applications. Samples: https://zetcode.com/java/jfreechart/
Winter 2023 Copyright. These slides can only be used as study material for the class CSC308 at Cal Poly. They cannot be distributed or used for another purpose.