Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Doubt on programming standards

Status
Not open for further replies.

GooDog

Programmer
Feb 11, 2002
34
IN
Hi all,
While developing a EJB project where the client is JSP, the programming standard is html-jsp-javabean-ejb-DB.
ie the values from the html page will be received by the jsp
and the values will get & set by the bean then it will contact the EJB running in the server to enter the values in
the DB.My question is why is it so? when we can directly contact the JSP with the EJB.Why such standard is incorporated.Please help me out in this in finding the answer.

Regards,
Prakash.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top