![]() |
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:
Post a Comment