20

我开发了一个 Spring/JPA 应用程序:服务、存储库和域层即将完成

唯一缺少的层是 web 层。我正在考虑将 Playframework 2.0 用于 Web 层,但我不确定是否可以在 Playframework 2.0 类中注入/使用 spring bean

这可能吗?如果有怎么办?

4

4 回答 4

16

你可以。为 Play 2.5.x 更新:

https://github.com/remithieblin/play-spring-loader

于 2012-03-15T05:38:12.307 回答
3

Alex.p 是对的,PlayFramework 中支持 spring

看看这里: http ://typesafe.com/blog/announcing-play-framework-21-the-high-velocit

并在这里举例: https ://github.com/guillaumebort/play20-spring-demo

干杯

我刚刚在我的项目上对其进行了测试,它可以工作,但是在 2.0 中的 playframework 2.1 上它不起作用。

于 2013-05-14T20:50:29.817 回答
1

这是另一种使用 Spring 注入 bean 的方法。使用标准注释。不需要插件。

https://github.com/huntc/play-spring

于 2013-03-21T02:04:58.630 回答
0

Play中已经支持Spring IoC 容器。只需编辑链接到文章中提到的 application.conf 文件即可。

忽略上面的评论:似乎这在 playframework 2.0 中被删除了。

于 2012-03-28T13:51:19.650 回答