In this post I am going discuss access path use by HTML interface module when using a JSP.
a)User access a function on a browser (HTML hyperlink access)
b)then the browser generate a URL request to the web server.
c)Web listener talk to servlet engine (Jserv)then runs a JSP.
d)JSP then contact Application tables to obtain contents and use metadata dictionary information to build a HTML page.
e)The HTMP page which is build in previous step sent back to the browser with the help of web server.
No comments:
Post a Comment