Project information

  • Category: Academic project
  • Project date: Jun.2014
  • Project URL: GitHub Source

Library System Built with Java using File System as Persistence Service

Final Project of Object-Oriented Programming I Course. The purpose was to develop a Library Management System capable of operating without regular database systems, such as SQL. It was necessary to implement a file system to persist with the application data.

The IDE used to build this application was NetBeans in Java programming language and the API Swing.