Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 555 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 555 Bytes

LibraryApp

LIBRARY APP:

Develop a Java application to manage a university library with books from different domains. The application will have a graphical interface and will store the information about books and readers in a mySQL database The application must allow the following operations:

  • adding/ updating/ deleting a book
  • adding/ updating/ deleting a reader
  • searching for a book by title or author
  • searching for a reader by SSN or name
  • borrowing/ returning a book to a reader
  • displaying a list containing the unreturned books in time