iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
88.32k stars 26.21k forks source link

Composite View refactoring needed #2853

Closed iluwatar closed 3 months ago

iluwatar commented 3 months ago

Servlets are components in Java web development, responsible for processing HTTP requests and generating responses. In this context, exceptions are used to handle and manage unexpected errors or exceptional conditions that may occur during the execution of a servlet.

Exceptions should not be thrown from servlet methods. These 4 hotspots need to be fixed:

AppServlet.java:64 AppServlet.java:71 AppServlet.java:81 AppServlet.java:90

Acceptance criteria

surjendu104 commented 3 months ago

assign it to me!! I resolved it locally

surjendu104 commented 3 months ago

Hi @iluwatar I have made the pr. ps review it. #2886