Tuesday, July 22, 2014

JSP:An Architecture

JSP Architecture
Web browser directly accesses the JSP page of web container. The JSP pages interact with the web container’s JavaBeans which represent the application model. When client sends request from a JSP page, the response is sent back to the client depending on the requests which are invoked by the client request. If response requires accessing the database, the JSP page uses JavaBeans to get data from the database.

No comments:

Copyright © Codingnodes,2014.All Rights Reserved.