I want to load a single page with multiple tabbed HTML form (with JSP, Bootstrap, JS, AJAX offcourse) from a Spring controller using GET method. Here different tabs will take input or show data from different tables.
Like, tab_1 will input data and will save in TABLE_A, tab_2 will input data and will save in TABLE_B with a reference from TABLE_A.
What should be the optimized way to do it?