Please enable JavaScript.
Coggle requires JavaScript to display documents.
CONTROLLER(registration & login) - Coggle Diagram
CONTROLLER(registration & login)
(1) Request to Browser("/Cricketsocial-web")
Link Title
(2) RequestMapping("/Cricketsocial")
(3) Below the Request link method action to Return:JSP**welcome page like(Cricketsocial-web)
(4) Create the new account
Link Title
(5) Login with Email(8080/cricketocial-web)
Email : (OTP) click the
event
(5) Login with PhoneNumber(8080/cricketsocial-web)
(6) PhoneNumber: (otp) click the event
API(375) public static final int REGISTRATION backend STS
(1) (ForGot Password) Click the event
(2) Request passing Controller(8080/cricketsocial-web/forgotpassword)
Controller(Registration&login )
(3)RequestMapping(/"forgotpassword")
(4)Below the request mapping link action to return the (FORGOTPASSWORD)
JSP
Link Title
(6)
8080/cricketsocial-web/registeruser
Submit click the event
1 more item...
database
1 more item...
program
Forgotpassword jsp
program
(7) (
"8080/cricketsocial-web/registerUser
OTP confimed click the event
(8) Create the password method call(8080/cricketsocial/create
password
Controller(registration&login)
(9) RequestMapping("/createpassword")
(10) Below the request mapping method action to return the(
Create Password
) JSP page
(11) 8080/cricketsocial-web/ userprofile (UserController)
Link Title
FINISH Button-click the event
Connect with Repository interface (REST template) to implementation of Services
2 more items...
program
jsp
program
program
program