hopecila
Programmer
- Oct 12, 2014
- 1
hi, my excercice is:
we have a jsp page whene there is login and password, once you click submit it invocks post of a servlet : ServletLogin, this last gets the two parametrs after that, it calls ejb component witch have an authentification method, this last access to data base and verify if parametrs matche,it returns a bolean,so if its true servlet calls ServletWork, else it calls the previous jsp page.
we have a jsp page whene there is login and password, once you click submit it invocks post of a servlet : ServletLogin, this last gets the two parametrs after that, it calls ejb component witch have an authentification method, this last access to data base and verify if parametrs matche,it returns a bolean,so if its true servlet calls ServletWork, else it calls the previous jsp page.