Full stack development for beginners

1)For reference,
1.1)Backend development - Spring boot for beginners

1.2)Front end development - W2UI for beginners

2)Basic flow

2.1)Load the home URL (http://localhost:8080/menuPage) from web browser.


2.2)Home URL will go to "controller class (@Controller)" and looks for the request mapped method

2.3)Based on the return value "menu"; the complier will identifies the concern web page - menu.jsp with help of properties file.


2.4)Based on action (fetch / save / update / delete) we can call the API using AJAX.

2.5)Based on the API call, compiler will search and identifies the request mapped method from controller class (@RestController)

2.6)Rest controller will call the concern service class for business logic and database related activities.

3)Code Structure
4)Use the below link to download the source code,

Home page: Click here

Thanks, I hope you enjoyed this session !!!.
-Somasundar Kanakaraj