.NET 企业库的 Java 等价物是什么?

发布于 2024-09-15 07:25:54 字数 133 浏览 11 评论 0原文

我是一名 .NET 人员,但最近被安排参与一个 Java 项目。是否有与 .NET 企业库相当的 java 版本?更具体地说,我只需要一个配置管理器、数据访问助手(参数化和清理),也许还需要一个记录器。

java开发的热门工具有哪些?

I am a .NET guy but recently have been placed on a Java project. Is there a java equivalent of .NET's Enterprise Library? More specifically, I only need a configuration manager, data access helper (parametrization and sanitize), and maybe a logger.

What are the hot tools for java development?

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

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

发布评论

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

评论(4

清风不识月 2024-09-22 07:25:54

听起来像是 Apache Commons 提供的那种水平工具。这些已经存在多年,在某些情况下至今仍然有用(例如 Commons Lang公共配置),在其他情况下现在已经过时并被更好的东西取代(Commons Collections 作者:Google GuavaCommons 日志记录,作者:SLF4J)。

为了简化数据访问,可以使用 iBatisSpring JDBC 是很好的起点。

Sounds like the sort of horizontal tools that the likes of Apache Commons provides. These have been around for years, in some cases remaining useful today (e.g. Commons Lang, Commons Configuration), in other case now outdated and superseded by better things (Commons Collections by Google Guava, Commons Logging by SLF4J).

For simplified data access, the likes of iBatis or Spring JDBC are good starting points.

胡渣熟男 2024-09-22 07:25:54

日志记录: log4j (或 Java 内置日志记录

配置和数据访问帮助程序:Spring 或许还有 Hibernate

Logging: log4j (or the logging built into Java)

Configuration and data access helpers: Spring and perhaps Hibernate.

各自安好 2024-09-22 07:25:54

.NET Enterprise Library 似乎只是库的集合。针对您的特殊需求,有多种选择。我建议其中之一:

It seems the .NET Enterprise Library is just a collection of libraries. For your particular needs there are many options. I'll suggest one of each:

夜还是长夜 2024-09-22 07:25:54

对于DAO,我使用Easier Java Persistence,它非常轻,需要0配置。真的很值得

For DAO, I use Easier Java Persistence, which is extremely light and requires 0 configuration. Its really worth it

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