wab

difference between WAB and WAR

廉价感情. 提交于 2019-12-22 05:05:39
问题 I am a newbie to this and read about WABs , but wish to clear the basic difference - I mean using osgi embedded in tomcat and making a WAR vs making a WAB ? When should one consider each option ? 1) OSGI embedded in tomcat 2) tomcat in OSGI 3) using a WAB 回答1: OSGi embedded in a container (not only Tomcat!) is likely the only option when you are forced to a traditional JavaEE WAR deployment model, i.e. an IT department operates the container and you can only deloy WAR files to it. This

Unresolved requirement: osgi.component

核能气质少年 提交于 2019-12-11 00:49:59
问题 I'm trying to develop onto Karaf an OSGi WAB containing a REST API and a call from a custom-made service. However, for some weird reason, the OSGi framework complains about an unsatisfied capability, osgi.component . I would like to know : How can I solve this issue? What is osgi.component bundle? Why is needed? Why maven-bundle-plugin (thereby also bnd), declares it inside the entry "Require-Capability"? If I need to install it on the OSGi framework, where may I find it? Some additional