摘要:
In Java: Web Container or Servlet Container or Servlet Engine : is used to manage the components like servlets, JSP.It is a part of the web server.Web Server or HTTP Server: a server which is capable of handling HTTP request send by a client and respond back with a HTTP response.Application Server o 阅读全文
摘要:
Before the JSP come into the world . The CGI and servlet took the responsibility of generating dynamic content for Http Request.So why JSP? It there any reason for replacing CGI and Servlet ways with JSP ?For CGI and Servlet we knew the secret of dynamic content , It is that they can output the raw 阅读全文