Tagged Questions

0
votes
0answers
7 views

Quick and easy client for testing WSRP?

I am writing a JSR-168 Portlet to be exposed as a service via WSRP on the WebSphere Portal Server... is there a good tool I could use to test the WSRP service on my desktop? I'm looking for something …
1
vote
1answer
39 views

CSS best practice for portlets

Hello. I need to redone existing project CSSs' - more than 5 files, which describes all our porlets UI to standard CSS file,called portlet-spec-1.0.css So, I've found one specification for this: …
0
votes
2answers
104 views

JSR168 portlet request cuts param value after # symbol

One of parameters for action link looks like: itemUrl=feedLink.html#xtor=RSS-3208 when I execute next code in backend in processAction(): String itemUrl = (String) request.getParameter("itemUrl"); …
1
vote
1answer
40 views

spring ioc and JSR168 Portlets

Is it possible to do dependency injection using spring into a jsr168 Portlet?
2
votes
1answer
85 views

Are there any cpython libraries that work with jsr168 and/or jsr286?

On a Java portal you can have portlets that include data provided by other applications. We want to replace our existing Java portal with a Django application, which means duplicating the Java …
0
votes
1answer
67 views

How to make a JSR-168 portlet with a chart?

I'm trying to make a JSR-168 portlet with a chart. Studying about it i can run some portlets in NetBeans with portlet-container but i have to make some charts to run too. Can some one help with a …
1
vote
1answer
253 views

Liferay Portal : How different from Websphere Portal

Hi Guys, 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 …
1
vote
1answer
146 views

Liferay portlets on Grails, strengths + weaknesses?

I'm interested in the possibility of developing Liferay portlets on Grails, using the Grails Portlets plugin. I reckon introducing a portlet framework (such as the Spring Portlet API) will make …
0
votes
2answers
121 views

JSR168 Portlet Strange Page Expiring Problem

I'm having a strange problem and no luck debugging. I was tasked with writing a JSR168 compliant portlet to search a database. When you open the portlet, you're given 6 search boxes for different …
1
vote
0answers
251 views

Use GWT+Eclipse to develop and deploy JSR-168 portlets

I have a GWT app that I want to build as a Portlet. I have already done that with Liferay but the portlet generated (.war file) cannot be deployed into Apache Pluto. I would like to know if anybody …
1
vote
4answers
160 views

How to implement a JSR Specification

I'm considering implementing one or two JSR APIs. I have not yet read the entire specification (the plan is to read them as I code the implementation) but I am very familiar with them. I have read …
2
votes
1answer
417 views

Simple portlet jsp page flow question

I'm new to Java portlets, and am trying to get a handle on how these things work at a fairly basic level. I'm confused now about how to have multiple "views" in my portlet. Let's say my portlet …
3
votes
9answers
798 views

What Java portal server do you use?

I've been tasked with learning Vignette and setting it up is a nightmare. There are many different components in the wizard. If something fails, you get a cryptic error message and then have to start …