difference between WAB and WAR
问题 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