Tag Archives: servlet

OSGi and Jetty Integration

Introduction If any OSGi framework based solution needs a servlet container, the OSGified Jetty becomes a good choice. It can be used as the underlying servlet transport provider within an OSGI framework.  This post focus on what are major points to consider … Continue reading

Posted in How to, Java, OSGi | Tagged , , , , , | Leave a comment

How to register servlets in WSO2 Carbon based products

I wanted to register servlets with WSO2 Greg(Governance Registry), but couldn’t do it with normal way. That is, registering the servlets in web.xml. In wso2 based products we can write our own OSGi bundles where for each feature we have … Continue reading

Posted in How to, WSO2 | Tagged , , , , | Leave a comment