是否可以在带有 Hibernate 和 AspectJ 的 Java 项目中使用 SBT?
我需要配置什么以及什么会自动工作?据我了解,使用两者可能有点棘手,因为两者都使用字节码编织。我可以继续使用更方便的配置语法还是需要它的“完整”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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您至少可以提供可供使用的代码示例吗?你想达到什么目的?
我已经使用了 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?