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].

  1. create parent maven project , should server application frame.
  2. create maven modules under parent modules, libraries..
  3. start osgi embedded framework inside application frame
  4. expose api in application frame install , update , stop bundles.
  5. create bundle activators in each libraries modules.
  6. use bnd tool create bundle

then start application. install bundle , enjoy.....


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -