The main project folder that for learning and practicing MVC2 model in class
Live Demo: 👉 here
- Description
- Preview Screenshot
- Technology
- Useful Resources
- How can get started
- Learn More
- License & Copyright
- This is a book store web application for buying the book
- This application also contains a login and signup function for users
- If you login in role Admin, you can search for user's information
- If you buy the book, the application does not require you to login
- This web application is also my assignment under the requirement of teacher in class
- This web works well on desktop, not for mobile
1. Frontend
- HTML, CSS
- JSP - JavaServer Pages
- JSTL - JSP Standard Tag Library
2. Backend
- Servlets - a Java programming language class that is used to extend the capabilities of servers that host applications accessed by means of a request-response programming model
- JDBC - Java Database Connectivity - a Java API to connect and execute the query with the database
3. Database
- Microsoft SQL Server - a relational model database server produced by Microsoft
4. Tool
- Netbeans 8.2
- Java JDK 8
- Apache Tomcat 8.5.29
| # | Name | Description |
|---|---|---|
| 1 | web Folder | - |
| 2 | src Folder | source code |
| 3 | Database File | database script |
| 4 | META-INF Folder | - |
| 5 | WEB-INF Folder | - |
- Using NetBeans 8.2 IDE to start project easier
- After open project in IDE, import SQL JDBC, JSTL 1.2 library that support by IDE
- Run the
Database-BookStore.sqlscript - Replace some database connection imformation in
DBUtils.javafile
© 2025 Duc Hai Doan haibeu2901 Licensed under the GPL-3.0 LICENSE.
🤟 Feel free to use my repository and star it if you find something interesting 🤟