malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2014年3月31日

What is the DD in java web application

摘要: http://docs.oracle.com/cd/E13222_01/wls/docs70/webapp/webappdeployment.html 阅读全文

posted @ 2014-03-31 17:29 malaikuangren 阅读(158) 评论(0) 推荐(0)
Difference between web server ,web container and application server

摘要: 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 阅读全文

posted @ 2014-03-31 16:38 malaikuangren 阅读(253) 评论(0) 推荐(0)
Why jsp?

摘要: 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 阅读全文

posted @ 2014-03-31 16:02 malaikuangren 阅读(146) 评论(0) 推荐(0)