Questions tagged [websphere-portal]

IBM WebSphere Portal is a set of software tools that enables companies to build and manage web portals.

The WebSphere Portal package is a component of WebSphere software, developed and marketed by IBM.

The WebSphere Portal software suite adheres to industry standards; the Java Portlet Definition Standard (both JSR 168/v1 and JSR 286/v2 specifications) defined by the Java Community Process, as well as the Web Services for Remote Portlets (both WSRP 1.0 and 2.0) specifications defined by the Web Services for Remote Portlets OASIS Technical Committee.

Source: Wikipedia

570 questions
68
votes
11 answers

ClassCastException when casting to the same class

I have 2 different Java projects, one has 2 classes: dynamicbeans.DynamicBean2 and dynamic.Validator. On the other project, I load both of these classes dynamically and store them on an Object class Form { Class beanClass; Class…
Jaime Garcia
  • 6,744
  • 7
  • 49
  • 61
35
votes
8 answers

Detecting Device Type in a web application

We have a Java based application where in we want to detect the device type(mobile or desktop) for the device that is sending the request. How is it possible?
Rishabh Ohri
  • 1,280
  • 4
  • 16
  • 28
8
votes
5 answers

Bootstrap Collapse not working properly (Hide Not working)

I am using bootstrap collapse functionality is not working properly in our IBM web portal. It working fine on “show” functionality but not working in “Hide” functionality.
CodeMan
  • 1,941
  • 6
  • 26
  • 44
6
votes
2 answers

Type API variable-resolver is deprecated after JSF 1.1. Use el-resolver instead

We recently upgraded from WebSphere Portal v6.1 to v7.0 and in the process we now have JSF 1.2 available. Creating a new Portlet project in Rad 8 creates a faces-config.xml with the following entry
Stefan
  • 838
  • 3
  • 13
  • 28
6
votes
2 answers

Garbage Collection Overhead Help Needed

I am looking for a little bit of guidance in trying to diagnose a GC related issue. We are testing on Solaris with WebSphere Portal and my current environment has a Garbage Collection Overhead of 7% (This was calculated with verbose GC and running…
roacha
  • 593
  • 2
  • 12
  • 29
6
votes
7 answers

Lightweight portal server for WebSphere Portal development?

I'm doing some portlet development for IBM WebSphere Portal 6.1. However, the deployment process is painfully slow. As this is my first time doing portlet development, I'm not too familiar with the various portal servers out there. I'd like some…
Jeff
  • 21,744
  • 6
  • 51
  • 55
5
votes
2 answers

Create a cookie using HttpServletRequest?

I've created a RenderingPlugin, for use in WebSphere Portal, which is invoked serverside before sending markup to client. The plugin loops through all cookies and if 'test' is not found, I'd like to set that cookie. I know this is possible with a…
bobbyrne01
  • 6,295
  • 19
  • 80
  • 150
5
votes
1 answer

Portlet Page Navigation with Parameters - Spring MVC, WebSphere Portal, & JSR 286

Here is the scenerio: We have an application running on Webphere Portal Server 6.1 and Spring MVC. There is a page with a single portlet that shows a grid full of records. Once one of those records is clicked, it must navigate to another portlet…
komma8.komma1
  • 1,250
  • 2
  • 14
  • 20
5
votes
2 answers

Websphere 8.0 and Java 1.7

we're currently using Websphere 8.0.0.7 which runs with Java 1.6. Unfortunately, some of the portlets we would like to integrate into the portal need Java 1.7 to run. Is there any (simple) way to use Java 1.7 under Websphere 8.0.0.7? I found a lot…
TurnJ
  • 75
  • 1
  • 1
  • 5
5
votes
1 answer

RAD 8.5 - No Portlet Project option available

Just installed trial version of RAD 8.5 but I don't see any option to create a Portlet Project. What am I missing? Thanks.
skip
  • 12,193
  • 32
  • 113
  • 153
5
votes
2 answers

Liferay Portal : How different from Websphere Portal

I have worked with Websphere Portal 6.0,6.1 and developed portal applications usign JSR 168,JSR 286 Portlets. Now I am moving to project where I will be working with Liferay portal server and JSR 168,JSR 286. I know that as per programming interface…
Rutvij Shah
  • 113
  • 4
  • 10
4
votes
3 answers

Is it possible to debug a portlet on Websphere Portal?

I'm using Rational Application Developer to develop JSR168 portlets and deploy them to Websphere Portal 6.1. Now I want to debug them. What I want to do is this workflow: Develop the portlet and set a breakpoint Start Portal in debug mode Deploy…
cringe
  • 13,401
  • 15
  • 69
  • 102
4
votes
2 answers

Ajax call to GenericPortlet.serveResource() in WebSphere Portal 6.1

I'm trying to call a portlet's serveResource() method using jQuery/ajax. I managed to get a simple JSR-286 portlet working in Pluto 2.0 that is able to read a JSON string from the request body, create a Java object from the JSON, and return that…
BAR
  • 51
  • 1
  • 4
4
votes
2 answers

[java.lang.ClassCastException: CustomPortlet incompatible with javax.portlet.Portlet

I tried creating portlet using MyEclipse following MyEclipse tutorial. I did all the stesps and exported project as WAR. When installed it to the Portal and put it on a page, it said "This portlet is unavailable". Find the related discussion…
4
votes
1 answer

What is the difference between "/wps/portal" and "/wps/myportal" in IBM WebSphere Portal?

I'm using IBM WebSphere Portal, and what is the difference between /wps/portal and /wps/myportal in IBM WebSphere Portal?
Saa Satyam
  • 71
  • 1
  • 5
1
2 3
37 38