容器将如何启动ApplicationContext.xml文件
我已经有一个用 Struts 实现的应用程序。我正在尝试将其转移到 Spring,所以我正在一步一步地做所有事情。第一个计划是实施IOC(DI)。现在我的 DAO 已修复,我的 applicationContext.xml 现在已修复,当我尝试运行应用程序时(当然)它不会通过 applicationContext.xml(有时称为 beans.xml)自动为我创建 bean。根据我的理解,我需要在我的服务类调用 DAO 的方法之前初始化我的 applicationContext.xml。 Spring IOC 的正确流程是什么,或者容器如何启动 ApplicationContext.xml 文件。
I already have an application implemented in Struts. I am trying to move it to Spring so I am doing everything step by step. First plan is to implement IOC (DI). now I got my DAOs fixed, i got my applicationContext.xml fixed now when I try to run the application (ofcourse) it does not create beans for me through applicationContext.xml(sometimes known as beans.xml) automatically. In my understanding i need to get my applicationContext.xml initialized before my service classes call method of my DAOs. what is proper flow of Spring's IOC or how will container start ApplicationContext.xml file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否将所需的标签添加到 web.xml 中?
Did you add the needed tags to the web.xml?