cis498-g4 / GuestBook

Guest book and feedback system for events
1 stars 1 forks source link

Parse composition relationships in servlets, not JSPs #4

Open mikemolenda opened 7 years ago

mikemolenda commented 7 years ago

For all JSPs that have to access an object within an object (e.g. attendance.event), pass the inner object (e.g. "event") as a separate parameter from the controller, if possible, and if doing so would not require another DB query. See RemoveRegistration.java / remove-registration.jsp for example.