portlet
IBM Websphere portlet classloader issue
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[详细]
2023-03-09 14:00 分类:问答What aspects of portlet development can we adopt prior to implementing a portal platform?
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[详细]
2023-03-09 11:45 分类:问答Setting param from portlet URl into HttpServletRequest
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.[详细]
2023-03-09 00:29 分类:问答Override a module in plone's eggs?
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[详细]
2023-03-06 23:05 分类:问答How to call custom interseptor in spring portlet?
I have added my own interceptor in spring portlet i.e. <bean id=\"portletModeParameterHandlerMapping\"class=\"org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping\">[详细]
2023-03-05 20:32 分类:问答Structuring a large Liferay portlet project
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[详细]
2023-03-05 16:08 分类:问答SSO/CAS intranet session to my Java EE portlet
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[详细]
2023-03-04 05:56 分类:问答How to output pure xml from a portlet?
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.[详细]
2023-03-03 16:43 分类:问答Approach to testing a JSR 168 portlet
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[详细]
2023-03-03 05:48 分类:问答Detecting Portlet Session Closed
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.[详细]
2023-03-02 17:25 分类:问答