I've recently started on a project to develop some portlets which will run on IBM WebSphere Portal Server 6.1.
Does anyone know of any scripts, Ant tasks, Maven plugins, etc. for publishing a portlet to Portal Server? In the WebSphere Portlet Factory plugin for eclipse it is possible to "publish" a portlet project to Portal Server inst...
Hi,
I have a Portlet which is based on GWT and it must be deployed on Websphere Portal Server.
For development purposes, I need to have debugging working inside RAD (with embedded Portal Server).
So, i installed RAD 7.5.4 with Portal Server 6.1.
I made all configuration on both Server and RAD to work with debugginh.
But when i make brea...
I'm trying to get rendered WCM content in an Asych bean (which implements the Work interface). I can create a Workspace using a username and password, but I don't see an API to create a RenderingContext without passing either a portlet request/response or a servlet request/response pair).
Is there any way I can either 1) Create a Rend...
I'm part of a team which is evaluating frameworks for developing portlets for WebSphere Portal 6.1.5 (and 7, once we get it).
A rough outline of our requirements for the framework are (as many of the following as possible):
Support development of JSR-286 compliant portlet applications
Should support custom portlet modes
AJAX support ...
I am using a JSF page in a portal environment. If I use a valueChangeListener, the method is not called in the backing bean unless I use onclick="submit()". This submits my page which I don't want. Same is the case with actionListner.
Also, if I use ajaxRefreshSubmit, my whole page is submitted rather than submitting the specified part ...
I want to develop a project in Websphere portal.
And I want to know the adavantages and Disadvantages of using Jquery with Basicportlet,JSFportlet,StructsPortlet and SpringPortlet.
...
I have a WebSphere Portal application running four instances on a single box and after about 7 days of runtime there is only 130-150mb of address space free in native memory (using PMAP). Somewhere in another 7-10 days the figure drops well below 100mb (which we deem dangerous and we start to recycle the JVM). If we don't do the recycl...
I have urls (friendly-urls mapped to certain pages by its unique id) like http://localhost:10038/wps/myportal/portletName (this page is accessible only by authorized users)
When I put the url into browser's address bar (chrome, firefox) it is converted to something like: http://localhost:10038/wps/portal/!ut/p/c0/04_SB8K8xLLM9MSSzPy8xBz...
Hi,
I want to create a cooperative portlet(inter - portlet communication) using RAD v7.5 on portal 6.1 server.
Is there any sample code or example given for a head start?
...