Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
struts 的新成员。遵循什么生命周期以及 web.xml 文件和 struts-config.xml 文件之间的关系是什么? 你能提供链接吗?
http://struts.apache.org/release/1.2.x/faqs/works.html 这解释了一切.....
web.xml 用于在 web 容器和 web 应用程序之间建立连接,并在我们启动它时由容器本身读取。struts-config.xml 用于在视图和控制器之间建立连接,并使用 init() 方法进行初始化。