开发者

Play framework and OSGI

开发者 https://www.devze.com 2023-03-18 01:37 出处:网络
Is it 开发者_Python百科possible to integrate play framework with OSGI to create plugable components? Did someone try it?If you mean \"create Play modules with OSGi\", then no, it\'s not supported

Is it 开发者_Python百科possible to integrate play framework with OSGI to create plugable components? Did someone try it?


If you mean "create Play modules with OSGi", then no, it's not supported

If you mean "deploy Play as an OSGi module" then no, it's not supported

And to be fair, there's no reason to push its support. You can read these thoughts from Spring founder on OSGi, as an example. OSGi would add extra complexity to Play, while the main aim of Play is to be a rapid development platform, simple to use, removing some Java conventions (like Sessions). It would kind of defeat the purpose.


If we're discussing Play 2 then it's definitely worth acknowledging that an important and integral part of Play now is Akka, which could be seen as an alternative to OSGi. Philosophically I think Akka has a lot in common with the core principles of Play and Scala (a functional, stateless, NIO approach), while OSGi is more aligned with the Java EE/Spring camp.

That's not to say that Akka and OSGi are wholly mutually-exclusive: Akka's documentation suggests you can deploy Akka as an OSGi bundle and create some mutant app which has Akka actors firing up via an OSGi bundle.

But to answer the question, no, Play doesn't do OSGi, but it very much does do Akka.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号