Course: Basic Web Programming
University: Tech University of Korea (TUK)
This repository contains practice code created while studying basic web programming concepts using Java, JSP, and Servlet.
The purpose of this project is to:
- Practice core concepts of web programming
- Understand interactions between a web browser and a web server
- Practice web application deployment using Apache Tomcat
- Java
- JSP
- Servlet
- Apache Tomcat
- Git
- GitHub
- Eclipse IDE
- Visual Studio Code
This repository includes examples that demonstrate:
- JSP page navigation
- Basic servlet request handling
- Simple web page rendering
- Practice exercises from course chapters
DynamicWebProject/
├── Chap_0304/
├── Chap_(UploadDate)/ # named with upload date
├── ...
├── LICENSE # MIT License
├── .gitignore
└── README.md
This project is licensed under the MIT License.
See the LICENSE file for details.
Name: Jiyong Kim (ZYONGE)
GitHub: https://github.com/ZYONGE
To build a foundational understanding of web development fundamentals through structured practice and experimentation.