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 1.3.x 与 Spring 3.0.x 集成的文章,它们都引用了已弃用的类。
什么是正确和最新的方法来做到这一点?
如果您必须实现 Struts 1.3 和 Spring 3.0,那么不推荐使用的类是方法。
Struts 1 已经很老了,没有什么理由让新的 Spring 版本继续支持它。
换句话说,如果你继续使用旧的 Struts和旧的 Spring,一切都很好。
但是,如果您想继续对 Spring 进行版本控制,您会遇到问题,因为不推荐使用的类/方法在未来的修订版中可能存在也可能不存在。
理想情况下,您会迁移到 Struts 2 或 Spring MVC,但显然这并不总是可行的。