Tagged Questions
JSR 286 is the Java Portlet 2 specification.
11
votes
1answer
431 views
Java Portals and Portlets
The Java world has a JSR-286 standard for how portals and portlets should interoperate: software components sharing a unified web page.
There seem to be a number of portal implementations. But is ...
5
votes
1answer
753 views
Portlet container like pluto or jetspeed on google app engine?
I am trying to build something "portlet server"-ish on the google app engine.
(as open source)
I'd like to use the JSR168/286 standards, but I think that the restrictions of
the app engine will ...
4
votes
1answer
2k views
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 ...
4
votes
4answers
2k views
portlet 2.0 (jsr286) development with spring
We are discussing whether it's a good idea to switch from plain portlet development on a liferay installation to spring webmvc portlet based development.
We're starting the development of some ...
3
votes
2answers
232 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 ...
2
votes
1answer
154 views
Websphere x JSR 286 best practices
I am now defining the architectural approach we'll use on a new project with Websphere 6 + JSR86 portlets under a very known portal tool.
What I am planning is to use one .ear file per portlet group ...
2
votes
2answers
495 views
Writing Portlets for Liferay CMS/Portal
I am new to portlets and have a question about how they work in CMS portals ( we are evaluating Liferay as a CMS ).
Let's say, for example, I would like to create a portlet to display all the books ...
1
vote
1answer
40 views
What makes a portlet JSR-286 compliant?
Does anyone have a link to a concise summary of what makes a portlet "JSR-286 compliant" vs being only "JSR-168 compliant". I've got a copy of the spec and that's anything but concise so linking the ...
1
vote
0answers
74 views
user profile info
I am trying to fetch user info in my portlet (JSR 286 portlet deployed in JBoss GateIn) like
Map userInfo = (Map) request.getAttribute(PortletRequest.USER_INFO);
but I get nothing back. My ...
1
vote
2answers
75 views
isn't JSR 286 (portlets) already finalized?
isn't JSR 286 (portlets) already finalized? However when I download it, the first page writes send comments about this document to: jsr-286-comments@jcp.org so my question is is jsr 286 finalized or ...
1
vote
1answer
292 views
Using GWT as a replacement for JSR-286 and Inter Portlet communication
I would like to implement or mimic the behaviour of the Portlet JSR286 spec and the Interportlet Communication feature using GWT only (without Google Gadget).
Here is my use case:
-I have a GWT ...
1
vote
1answer
257 views
Portlet specification - handling asynchronous Multipart requests
could please anybody tell me, what is the proper way of handling Multipart http requests, that are not supposed to be ActionRequest because of their asynchronous nature ?
For instance, Ajax ...
1
vote
1answer
679 views
Does Spring 3.0 really support JSR-286?
Does Spring 3.0 Portlet MVC really support JSR-286 aka Porlet 2.0? I've seen anecdotal mentions of it but nothing in any documented form.
If so, has anyone successfully implemented a JSR-286 plugin ...
1
vote
2answers
2k views
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 ...
1
vote
2answers
696 views
ResourceResponse.setCharacterEncoding() not working
I need to return some special Latin letter (e.g. รก) in the response of a portlet serveResource() method. I have tried the following ways:
response.setCharacterEncoding("ISO-8859-1") ;
PrintWriter out ...
0
votes
0answers
13 views
Portlet: form that submits to either an action or directly a render phase?
In a Portlet project (which uses spring 3.1) Consider the following form:
<portlet:actionURL var="actionUrl" />
<portlet:renderURL var="renderUrl" />
<form action="${actionUrl}" ...
0
votes
2answers
79 views
Using JSR-268 IPC for portlets on different pages in Liferay
I started developing a portlet based application using WebSphere Portal and now I am switching my development environment to Liferay.
I am using the event system introduced with JSR-286 for ...
0
votes
1answer
42 views
http PUT and DELETE using JSR 286 serveResource()
I'm making a ajax request with type:'DELETE' but somehow the request is not going inside the ServeResources(request,response) method (overridden from GenericPortlet class).
does anyone has an idea ...
0
votes
1answer
23 views
Spring Portal MVC Clear Action Exception going to Render Phase
I would like to know whether or not it is possible to clear an exception out of the request when trying to hit the Render Phase after the Action Phase has thrown the exception.
If you look at this ...
0
votes
0answers
8 views
jboss portal retrieve user-defined page properties
Similar to this questions: Using Jboss Portal, How do I retrieve page properties in a jsp?
I am trying to retrieve a page property I am setting in my default-object.xml file for each page within my ...
0
votes
0answers
46 views
Force Refresh of Portlet after Action
I have a Portlet created using Spring Portlet 3.0.x running inside of JBoss Portal Server 2.7.2.
In my Portlet I have both an ActionMapping and a RenderMapping. Once my Action is completed, the ...
0
votes
0answers
37 views
Portlet client-side service
I try to create portlet, which act as "web-service", only on client.
In other words:
Portlet wait, until somebody send to him several parameters (over http in exmple), and then perform some actions.
...
0
votes
0answers
52 views
calling porlet:actionUrl from Iframe i.e html
I am new to portal development and facing one problem.
I have jsr286 portlet and inside it there is html iframe (which calls series of html pages).
my question is how i can call "" from one of html ...
0
votes
2answers
194 views
Spring MVC messageSource spanish characters
I have a portlet that uses spring mvc and when the portal is in spanish and in the controller I try to use the messageSource.getMessage it returns latin characters as weird chars.
MessageSource def ...
0
votes
1answer
47 views
Distinguish between '<' and the encoded equivalent using PortletRequest.getParameter()
I'm writing a JSR 286 portlet for IBM WebSphere Portal 6.1. I have the following code:
@ProcessAction(name="processForm")
public void processForm(ActionRequest request, ActionResponse response)
...
0
votes
1answer
145 views
SSO Between Websphere Portal and .NET Application
What's the best way to configure SSO between a WebSphere Portal Portlet and a .NET application?
We are using WebSphere Portal 6.1.5 and the portlet should just redirect to the .NET application, but ...
0
votes
1answer
317 views
How to start portlet developmen on Liferay 6? [closed]
Suppose, i have a table name Student. I want to develop a portlet Student to edit, add and delete on this table on liferay 6. Can't anybody help me to develop this portlet or give me code of the same ...
0
votes
1answer
455 views
Webflow, JSF, Primefaces: Why is this List empty?
I have four lists in my webflow, which I load from my service layer.
They look like this one:
<evaluate expression="partyService.getPostalAddresses()" result="viewScope.uiPostalAddresses"
...
0
votes
0answers
172 views
Will JSR-286 Portlet Events work with Redirects?
Apologies if this post contains factual errors, I'm still trying to work out this Portlet stuff.
We have a requirement for a search page and a separate page that displays the results of that search. ...
0
votes
1answer
71 views
Design a program that would read a number and the base of the number system and print [closed]
Design a program that would read a number and the base of the number system and print
the equivalent decimal value.
Assume that the base of the number system is always 10 or less. That is, all the ...
0
votes
0answers
69 views
Remote User Information in JBoss Portlet
I am trying to do some logging in a JBoss Portal Server; I would like to log the IP Address (and possibly the Remote Host Information) of the user accessing any of my portlets.
I looked at JSR 286 ...
0
votes
1answer
314 views
Accessing URL Parameters in a JSR 286 Portlet?
is there a way to access URL parameters in a Jetspeed2 Portlet/Portal?
like: www.bla.com/portal/page.psml?param=12345
I can only find some tools for liferay (PortalUtil.java) to access the ...
0
votes
1answer
566 views
Download file pfrom portal using JSR 286, Struts 2.2.0 + PortletPlugin 2.2.0 on IBM WP 6.1.5
I'm using JSR-286 + Struts 2.2.0 + PortletPlugin 2.2.0
I can't set name for file which user wants to download.
User can get file, but it's name is corrupted. Instead of "myImage.png" user gets ...
0
votes
1answer
469 views
Struts2 portlet read cookies using CookieInterceptor
I'm creating web-app using JSR286, Struts2 for portlets on WebSphere Portal 6.1.5
The problem is that I can't make work built in CookieInterceptor.
I've tried this in src/struts.xml:
<package ...
0
votes
2answers
252 views
Support JSR 286 without writing a portlet
We've been given a requirement that our new project be JSR 286 compliant so that it can eventually be hosted in SharePoint. But in the same breath we were told that we're not being asked to write a ...
0
votes
0answers
358 views
Get displaytag to use an action URL for page switching
I'm trying to use external paging in a JSR-286 portlet with DisplayTag 1.2.
I would like DisplayTag to generate the paging links from a parameterized Action URL that i have defined, but i can't seem ...
0
votes
2answers
2k views
Spring 3 JSR-286 (portlets) docs
I know that Spring 3 supports JSR-286 (portlets version '2.0').
However I can't find a lot of documentation on that.
Can anyone share some links about this?
Thank you.
0
votes
1answer
833 views
Exception when deploying a JSR 286 portlet into WebLogic+WebCenter 11g
I get the following exception when deploying a JSR 286 portlet into Oracle WebLogic Server 11g (to deploy it later in Oracle WebCenter 11g):
<19-ene-2010 13H32' CET> <Error> ...