Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why use a Servlet Bridge?

bridge servlet
0
Posted

Why use a Servlet Bridge?

0

Suppose that you want the servlets of your application to be dynamic but you don’t want to use the OSGi HTTP Service for one of the countless reasons like: No real support for this service, the service itself is not as stable as well known Servlet Containers like Apache Tomcat, you don’t want to be at the risk of finding many missing features along the way or many of the other risks associated with an immature technology. At times like this, you might want to use the new dynamic technology (the OSGi-based application) alongside the mature and stable technology (be it a Servlet Container or an Application Server) not the dynamic technology completely replacing the mature technology. Servlet Bridges provide you with such option by allowing the non-osgi Web Application delegate HTTP requests to OSGi Servlet Services provided by an OSGi-based application.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123