I want to make a chat application using spring bootwhere there will be 2 web page. each web page will have one text field and one submit button on each web page.
Wh n we enter text on one page and click on submit button it should send that text to another web page and show. I think through @modelatttibute and spring jdbc we can make this app . Am I right or wrong is there any better way to implement this project?
I am trying to implement this project through @modelattribute and spring jdbc