🎯 Learning Objectives Request Lifecycle: Understanding how the container manages Servlet instances. Modern Mapping: Using @WebServlet annotations vs. web.xml configurations. Dynamic Content: ...
src/ └── main/ ├── java/ │ └── com/samya/irctc/ │ ├── controller/ │ ├── service/ │ ├── repository/ │ ├── model ...