Integration DWR (Direct Web Remoting) with WebSphere Portal

251 Views Asked by At

what is the best way to integrate DWR (Direct Web Remoting) with WebSphere Portal? I have WebSphere Portal 7.

For the time, I have just add the jar DWR3.jar to lib folder and I have declare the DWR servlet to web.xml.

Its works good if I dit not need session or not generate content which contains links.

But if I want store data in session from DWR and retrieve without DWR, data are sometimes lost...

I have see that dwr url call :

enter image description here

This call does not call Portlet Servlet.

Other call in portal :

enter image description here

This call does call Portlet Servlet.

How sessions are shared in WebSphere portal?

Can you help me? Thank you.

1

There are 1 best solutions below

0
On

if DWR servlet is part of same WAS of portal then both portal and DWR servlet share same session.