Skip to content

KareemEmadElfrargi/SpringBoot-Web-Demo-002

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Spring Boot Web Demo

This is a simple Spring Boot + JSP demo project for learning and practicing web development using Spring MVC, JSP, and Model binding.

📌 Project Overview

This project allows users to:

  • Submit a form with aid and aname (Alien ID and name).
  • Automatically bind form data to a Java object (Alien class).
  • Display the submitted data on a result page using JSP and Model Attributes.

🛠️ Technologies Used

  • Java 17+
  • Spring Boot
  • JSP (Java Server Pages)
  • Maven
  • Tomcat (Embedded)
  • HTML & CSS

🧑‍🚀 Alien Form Submission

  • URL: /addAlien
  • HTTP Method: POST
  • Fields:
    • aid → Alien ID (integer)
    • aname → Alien name (string)
  • Result Page: Displays the submitted Alien object and a hardcoded course name (Java).

Releases

No releases published

Packages

No packages published