Hello all! While playing with OWB and getting familiar with the codebase I found out that in order to inject beans in a Servlet we need to bootstrap our application using the OWB Tomcat plugin, which makes our application dependent of the plugin and impossible to deploy it in any other way.
I would like to know, out of curiosity, if there's a strong motive to have it implemented the way it was having other alternatives that would not make us dependent of the plugin, such as using reflection to set the new InstanceManager implemented by OWB. Best regards, Diego Urenia
