I am currently working on a portlet that is using the commons-collections jar file and am getting a NoSuchMethodError. To resolve this issue I ne开发者_StackOverflow中文版ed to change the classloader
Currently my team develops online forms using Java servlets and fairly simple HTML or Flex front-ends, with each form deployed as a stand-alone EAR. The plan is to shift our entire site to portal serv
I am referring to a url which has paramID from my portlet. The content of that paramID is handled in different portlet and it has its own controller.
I want to override a method (assignment_mapping_from_key) in: eggs/plone.app.portlets-1.1.5.1-py2.4.egg/plone/app/portlets/utils.py
I have added my own interceptor in spring portlet i.e. <bean id=\"portletModeParameterHandlerMapping\"class=\"org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping\">
We are starting some work on a large a portlet development work using Liferay and I am finding it difficult to structure this project in terms of variousportlets we are creating. We are not sure which
I develop a jsp/servlet application that will be a \"portlet\" on intranet and I want that the user stay connect to his intranet CAS sessio开发者_如何学Gon and retrieve session informations to use in
We are trying to output pure xml from a 286 portlet running on Websphere Portal Server 6.1 using the Spring 3.0 mvc framework.
For a simple project when I don\'t need an MVC framework like Spring - how should I test my JSR 168 portlet? The business layer is easy enough with jUnit but how do I do functional/integration testing
The project I am working on is looking to log when the session is closed (be it via timeout or actively choosing to close it) to try to collect some usage information on the application.