Categories
Blogroll
Sites
Tag Archives: tomcat
Components on the server (5): better Unit Testing
In this installment of the OSGi series, we add more complete Unit Testing support in the project. We also establish that some behaviour of the Servlet Bridge may not be what we want and then provide a way to customize … Continue reading
Posted in Computing, Java
Tagged Equinox, java servlets, junit, osgi, tomcat, unit testing
Leave a comment
Components on the server (4): adding Tomcat support
In this post, we examine what is needed to deploy OSGi in a regular Servlet Container using the Equinox Servlet Bridge. We also use the Servlet Bridge to deploy our OSGi cache using Tomcat and wrap it up all together … Continue reading