Spring 3.5 会放弃 IoC 或 XML Bean 配置吗?

发布于 2024-12-10 10:48:41 字数 285 浏览 0 评论 0原文

我听说 Spring 在使用版本 2 建立注释之后可能会在 Spring 3.5 版本中完全放弃 IoC 和 XML bean 定义。

这是众所周知的事实还是无稽之谈?

更新

我的同事很确定一位春季讲师告诉他 从 Spring 3.5 开始,注释风格编程将被专门关注。 (如果这意味着不支持旧的方法,我不知道)

由于该信息已有 1-2 年历史,因此可能已经过时了。

(通过此编辑将 Spring v4 更改为 v3.5)

I have heard that Spring - after establishing annotations with version 2 - might be abandoning IoC and XML bean definitions altogether in Spring version 3.5.

Is that a known fact or nonsense?

update

My colleague is pretty sure he was told by a spring instructor that
as of Spring 3.5 annotation style progamming would be focused on exclusively.
(If that would mean desupporting the older approaches I do not know)

Since that information is 1-2 years old it might be outdated allready though.

(changed Spring v4 to v3.5 with this edit)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅浅淡淡 2024-12-17 10:48:41

我想说这是无稽之谈(虽然我从来没有听说过任何关于 spring 4 的计划)

  • IoC 是 spring 背后的一个概念,与“依赖注入”相关,所以这可能是一个误解
  • XML 的术语 - 像 CDI 这样的框架不使用 XML有支持 XML 配置的插件,因为在某些情况下这是更好的方法。例如用于在项目中建立配置。我不认为spring会放弃如此丰富的xml支持(并且完全破坏向后兼容性)

I'd say it's nonsense (though I've never heard any plans about spring 4)

  • IoC is a concept behind spring, related to "dependency injection", so that's perhaps a term misunderstanding
  • XML - frameworks like CDI that don't use XML have plugins that enable XML configuration because in some scenarios it is the better approach. For example for establishing configurations in the project. I don't think spring will abandon such a rich xml support (and break backward compatibility completely)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文