是否可以在带有 Hibernate 和 AspectJ 的 Java 项目中使用 SBT?

发布于 2024-11-28 08:28:25 字数 122 浏览 1 评论 0原文

我需要配置什么以及什么会自动工作?据我了解,使用两者可能有点棘手,因为两者都使用字节码编织。我可以继续使用更方便的配置语法还是需要它的“完整”Scala 版本?

目前我正在尝试使用 Maven,但没有取得太大成功。

What would I need to configure and what would automatically work? As far as I understand using both can be a bit tricky, because both use bytecode weaving. Can I keep using the more convenient configuration syntax or do I need the "full" Scala version of it?

Currently I'm trying to use Maven, without much success.

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

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

发布评论

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

评论(1

满栀 2024-12-05 08:28:25

您至少可以提供可供使用的代码示例吗?你想达到什么目的?

我已经使用了 hibernate - spring - 和 SpringAOP (可以替代aspectj)并且效果很好。同一个项目也与aspectJ配合得很好——我试图拦截对特定方法调用的调用,以确定序列化回GWT客户端的异常。

有什么例子以及您想要实现的目标是一个好的开始吗?

Can you at least provide code examples to work with? What are you trying to achieve?

I have used hibernate - spring - and SpringAOP (which is substitutable for aspectj) and it works well. The same project also worked well with aspectJ - I was trying to intercept calls on specific methods calls in order to determine the exception(s) to serialize back to a GWT client.

Any example and what you intend to achieve is a good start?

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