/OOP_Lab10

Singleton & Adapter Lab

Primary LanguageJavaMIT LicenseMIT

Lab 10. Singleton & Adapter

Java CI with Maven

Description

A simple example of the Singleton and Adapter design patterns.

Task

  • Install SQLite CLI via the package manager or from official website.
  • Use CLI, Intellij IDEA professional, DBViewer, or SQLite Browser to connect to DB and create a simple table.
  • Install lib sqlite-jdbc.
  • Complete Task 1.
  • Complete Task 2 using Adapter pattern
  • Complete Task 3 using Adapter pattern
  • Submit a link to GitHub with tests and a GitHub Action file.

License

The MIT License (MIT)

Copyright © 2022. Andrii Yaroshevych