📚 Library Management System -Java A Library Management System made using the concepts of Object Oriented Analysis and Design. Minimal Code is written in the GUI and the entities are decoupled as well ...
Project Architecture (DAO Design Pattern) src └── main/java/org/example ├── db │ └── DBConnection.java ├── dao │ ├── BookDAO.java │ ├── UserDAO.java │ └── LoanDAO.java ├── model │ ├── Book ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results