From: <ju...@jb...> - 2005-05-02 14:42:07
|
Jetspeed portal bridges has a good way to circumvent this. | public interface ServletContextProvider | { | ServletContext getServletContext(GenericPortlet portlet); | | HttpServletRequest getHttpServletRequest(GenericPortlet portlet, PortletRequest request); | | HttpServletResponse getHttpServletResponse(GenericPortlet portlet, PortletResponse response); | } | We are implementing it on our side. I think it is a reasonable agreement between the portal and the bridges as usual. In that case running oracle ADF would need to use that implementation through an adapter. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876144#3876144 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876144 |