java - How to build desktop applications with Apache Karaf/OSGi? -


well im building osgi application while, can't find tutorials show way build desktop application ( in languages ) osgi/karaf.

i want use karaf because can wrap felix/equinox. of tutorials found enteprise application(web). there tutorials, talk building desktop application based on osgi/karaf?

here example of gui application project uses apache karaf:

https://bitbucket.org/lorainelab/igb-fx

using karaf run gui-based desktop application decreases development time. developer makes change bundle, builds bundle, , uses karaf shell commands reload 1 bundle running application. there no need restart entire application view effects of new code. why using it.

we using osgi because want greater modularity in code base , because want support dynamically loaded "apps" developed 3rd party developers write against our genome browser api.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -