We have a requirement to implement the HttpServlet interface in webobjects application. We all know that "WebObjects applications can be deployed as servlets inside a servlet container".But, our requirement is to deploy the servlet application in webobjects server.
Please clarify me on the following.
- Do we have servlet container inside our webobjects server?
- Can we implement HttpServlet interface in webobjects applications?