Closed mikemolenda closed 7 years ago
Wherever possible, try to name servlets according to {Action}{Object}, e.g. AddRegistration and RemoveRegistration. Change "View" in servlet names to "Show" or "Display"
Servlet class names done. Need to do the same for JSPs and servlet url patterns. Names of servlet, url pattern and view should be consistent
Wherever possible, try to name servlets according to {Action}{Object}, e.g. AddRegistration and RemoveRegistration. Change "View" in servlet names to "Show" or "Display"