putting business logic in javaBeans
843840Dec 21 2008 — edited Dec 22 2008hi friends,
I have a login.jsp page which takes the login information. Now what I want is, this information should be transferred to a javaBean to further verify it.
I want to put the business logic to connect to database server in javaBean class.
is this possible? if yes then please give the right steps.
thanks in advance