A web module describes the structure for all or part of a web application or the web portion of a larger J2EE application. It is essentially a directory tree containing web content used in your application. It maps to a ServletContext. A deployment descriptor file called web.xml is always associated with each web module. This deployment descriptor contains the information you need to provide to your web server when you deploy your application.
博客介绍了Web模块,它描述了Web应用或大型J2EE应用中Web部分的结构,本质是包含应用Web内容的目录树。每个Web模块都关联一个名为的部署描述符文件,该文件包含部署应用时需提供给Web服务器的信息。

被折叠的 条评论
为什么被折叠?



