除了 IoC 和 IoC 之外,类和项目中的解耦依赖注入(java)

发布于 2024-10-12 08:48:53 字数 205 浏览 2 评论 0原文

除了 IoC 和依赖注入之外,还有哪些其他解耦模式和实践可以用于对象内部以及对象之间(在项目中)。

如果您可以发布 Java 示例(如果有的话),那就太棒了。

我正在与 Spring 一起工作,但我遇到了豆子无法解决问题的情况。所以我只是想看看其他选择。主要是与第三方 API 的集成,这些 API 在编写时很少考虑 OOP。某些 API 代码的可重用性非常糟糕。

What other (besides IoC & Dependency Injection) decoupling patterns and practices could be used inside of an object and than between objects (in project).

If you could post samples if any in Java that would be awesome.

I'm working with spring and I'm running into situations where beans just won't cut it. So I just want to see alternative options. Mainly it is with integration of 3th party APIs that are written with very little consideration when comes to OOP. The re-usability of some of the API code is just atrocious.

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

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

发布评论

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

评论(1

如果没有 2024-10-19 08:48:53

Aspect Oriented programming. Spring also supports it http://static.springsource.org/spring/docs/2.5.x/reference/aop.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文