web-dev-qa-db-ja.com

Play Framework2.0とSpringFrameworkの統合

Spring/JPAアプリケーションを開発しました:サービス、リポジトリ、ドメインのレイヤーが完成に近づいています

欠落しているレイヤーはWebレイヤーのみです。 WebレイヤーにPlayframework2.0を使用することを検討していますが、それができるかどうかわかりませんPlayframework 2.0クラスでSpring Beanを注入/使用

これは可能ですか?もしそうなら、どのように?

20
balteo

あなたはできる。 Play 2.5.x用に更新:

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

16
Will Sargent

Alex.pは正しいですPlayFrameworkで春のサポートがあります

ここを見てください: http://typesafe.com/blog/announcing-play-framework-21-the-high-velocit

そしてここの例で: https://github.com/guillaumebort/play20-spring-demo

乾杯

プロジェクトでテストしたところ、動作しましたが、2.0のplayframework2.1では動作しませんでした。

3
hytrus

http://spring-webservice-2-step-by-step.blogspot.in/2013/12/spring-framework-integration-with-play.html を参照してください。

これは春の遊びの統合の例です

1
Lalit Jha

Springを使用してBeanを注入する別の方法を次に示します。標準の注釈が使用されます。プラグインは必要ありません。

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

1

PlayのSpringIoCコンテナには すでにサポートされています があります。リンク先の記事に記載されているように、application.confファイルを編集するだけです。

上記のコメントを参照してください:これはplayframework2.0で削除されたようです。

0
alex.p