• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Portlet Communication Between IBM Websphere and Oracle Weblogic

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are trying to implement the interportlet communication between, IBM Websphere(from where the request comes), to Weblogic (the request is processed and displays a portal page) on websphere.
i couldnt find any samples or maybe i am searching wrong. I am unable to retrieve the request parameters that comes from Websphere. It always returns null.
Is there any way that we can do this implementation? The Websphere that we use is version 6, and weblogic is 10.3

Any inputs are appreciated. Totally new to IPC.

Thanks,
Venkat Dasari
 
Venkat dasari
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BTW, we use JSR 168 portlets.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think its much more complicated than you anticipate. You're going to need to use WSRP I believe, either that or web clipping.
 
reply
    Bookmark Topic Watch Topic
  • New Topic