JSP/Servlet CRUD form with special input field based on join table relationship

Posted by user1701467 on Stack Overflow See other posts from Stack Overflow or by user1701467
Published on 2012-11-21T16:58:40Z Indexed on 2012/11/21 16:59 UTC
Read the original article Hit count: 370

Filed under:
|
|

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 division you can add members to it, or add more to the existing one).

Maybe someone could, theoretically, explain how to do the Division part of the CRUD web form?

© Stack Overflow or respective owner

Related posts about jsp

Related posts about servlets