Main | October 2006 »

September 2006 Archives

September 14, 2006

Test

Test

Portal : Is it possible to share session information between Java Portlets on different containers

A partner project of mine in Abudhabi has asked this portal question

Q: "Is there a way to share session info among portlets located in different providers, potentially on different J2EE Containers."
A: As far as I can tell there is no way to share session info between Java portlets using the standard Java methods. The best work around is to use a temporary database table and store the "shared" data in this table using the portlet sessionId, which is obtainable from the portlet API.

You'll need to create a database table with the following columns
PortletSessionID,AttributeName,AttributeValue,DateStamp.

I'll post some sample code when I get a chance.



September 22, 2006

Does Oracle Fusion Middleware have an Orb?

A question I got asked by an architect at EDS

Can you please tell me which Corba orb features are in
the oracle Appserver/soa suite?

And unfortunatly the answer is no, we dont have a full orb in our server anymore but we do use the inbuilt orb within the JVM for RMI over IIOP for interoperability

About September 2006

This page contains all entries posted to Angelo Santagata's Blog in September 2006. They are listed from oldest to newest.

October 2006 is the next archive.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle