-
Notifications
You must be signed in to change notification settings - Fork 0
Resources
Kishor edited this page Aug 25, 2023
·
1 revision
- JDBC:
- Java Database Connectivity library used for database interactions.
- MySQL Connector:
- JDBC driver for connecting to the MySQL database.
- JUnit:
- A testing framework for writing and running unit tests in Java
- Java Platform, Standard Edition Documentation: https://docs.oracle.com/javase/8/docs/api/
- MySQL Documentation: https://dev.mysql.com/doc/
- JUnit 5 User Guide: https://junit.org/junit5/docs/current/user-guide/
-
Introduction
- Purpose
- Features
- User Persona
- JavaDoc
-
Prerequisites
- Software Requirements
- Database Setup
-
Project Setup
- Java Project Creation
- Library Dependencies
-
Database
- Entity-Relationship Diagram (ERD)
- Database Tables
-
Modules
- User Module
- Book Module
- Borrow Module
-
Validations
- User Validations
- Book Validations
- Borrow Validations
-
Testing
- Unit Testing
-
Exception Handling
- Common Error Messages
- Exception Handling
-
Future Improvements
- Planned Features
- Roadmap
-
Resources
- External Libraries
- References