JSP/Servlet CRUD form with special input field based on join table relationship
- by user1701467
There's database with a bunch of tables that are joined with join tables.
E.g. Members and Division are joined with MembersDivisions table.
JSP/Servlet login functionality has been developed, but now the CRUD functionality needs to be implemented and I was unable to find any tutorials about it, especially involving the join table(when creating new…