Hello all, I have a bank site developed in Web Experience Factory and WebSphere Portal 8.5. There is a way of share that site with a react site outside or inside Portal? The session is my main concern. How could be done this without having to make a big bang?
Hi,
did you already check:
https://github.com/HCL-TECH-SOFTWARE/sample-react-script-application
This provides a very good example in how to use react with Portal.
Thanks, Thorsten
Thank you!! but u think the session will be able to be shared between wef and script app?
My understanding is that each application that is running on HCL DX is using the WebSphere Application server (WAS) sessions for which multiple applications can share their sessions within WAS/DX. I would have concerns, if you want to share a WAS/DX session with a non-WAS server outside of your organization, but as long as the other application server is still a WAS server and session replication is enabled, it should be possible to share the session. You will also find details about it on our product page:
https://help.hcltechsw.com/digital-experience/8.5/admin-system/manage_replication.html
and on IBM's page:
https://www.ibm.com/docs/en/was/9.0.5?topic=applications-sessions
Hi Bernardo,
If React can login Portal, is it OK?
Hi, thx for your answer, and sorry for the delay in answer, my situation is reverse, I have a login developed in Web Experience Factory, custom code, and I want to share that session with react code in WCM.