摘要:
动态加载 动态加载是 Servlet 3.0 中的新特性,它可以实现在不重启 Web 应用的情况下加载新的 Web 对象(Servlet、Filter、Listener)。 为了实现动态加载的第一种方式:创建 Web 对象和注册 Web 对象到 ServletContext 中分步进行 Servle 阅读全文
摘要:
tld(tag lib description文件)就是以.tld结尾的XML文件 选好目录右键 --> New --> Other -->找到XML FIle --> Next 将文件名改成***.tld --> Next 选择“Create XML file from a DTD file” - 阅读全文
摘要:
Sping 模块都打包成了 JAR 文件,其命名格式如下 Spring 模块的官网下载地址 http://repo.spring.io/release/org/springframework/ 也可采用 Maven 工具来下载 Spring 模块,使用管理工具的好处是在下载一个 Spring 模块时 阅读全文