playframework 2.0 - Play-Java OSGi Embeddable? -
context
i have set of bundles implemented myself running on felix (an implementation of osgi framework). bundles written in java.
question
with above scenario decided implement mvc application using play framework java, question is, how can use bundles running on felix? bundles represent libraries need develop application.
i though putting play app inside felix, doesn't seem possible? had problem before?
thanks.
i believe question vague....any way, try answer had understood.
using maven[i took assumption].
- create parent maven project , should server application frame.
- create maven modules under parent modules, libraries..
- start osgi embedded framework inside application frame
- expose api in application frame install , update , stop bundles.
- create bundle activators in each libraries modules.
- use bnd tool create bundle
then start application. install bundle , enjoy.....
Comments
Post a Comment