I recently had my mind expanded by a new concept: Web Services for Remote Portlets, or WSRP. I learned of it during a presentation on a Java-based web portal we are considering purchasing at work; we are a .NET shop and WSRP would be the means by which we would extend this portal.
Although I cannot control the end decision as to whethe...
Does someone know/have experience in showing Java web application generated UI in Sharepoint? We have a Java web application and are evaluating the possibilities to embed Java-generated web UI into Sharepoint. I don't think Sharepoint supports Java portlets, but it might support consuming WSRP?
...
I'm trying to implement a WSRP (web services for remote portlets) solution. I want to consume webparts with a portal.
Enviroment
SERVER 1:
CentOS 5, Liferay 5.2.3/Tomcat 6, portlet WSRP consumer.
SERVER 2:
Windows Server 2008, Sharepoint 2007, WSE 2 SP 3, SharePoint Producer Web Service version 1.0 (WSRP producer).
Both servers in ...
I am trying to use the WSRP producer with WSS. Is this possible or do I need MOSS? How can i pass the user credentials to SharePoint Server?
Please see my log http://pastebin.com/m501eef46.
...
ASPNET WSRP Producer
Enviroment
Server Side
APSNETWSRPProducer (producer)
IIS
ASPNET Site
Producer Site
Client Side
Liferay 5.2.3 Tomcat 6
WSRP Proxy (consumer)
Description
I am trying to use the Microsoft's ASPNET WSRP Producer.
I created a site and added a simple .aspx "Hello World!".
Created another site to host Producer.
...
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 that would be considerably less hassle than installing Sharepoint and getting its WSRP module to work.
...
I'm working on a project where I need to create a WSRP portlet webservice with ASP.net.
My first question is what exactly is WSRP, and are there any good examples of it available? So far I have determined that it is a SOAP xml standard that defines how to create a portlet that can be embedded in an other portal. Is that correct?
Also I...
Dear all,
I intend to produce WSRP interfaces from a standalone Java web application so that one can embed its front-end in portals (Liferay, IBM websphere portal), aside standalone front-end and back-ends.
What is the recommended way to achieve this ? I cannot find out a WSRP producer Java library that seems to do the job. The common...