APEX applications in Liferay Portal (JSR 168)
My site's portal project (using Liferay - a JSR 168 Portal system) is moving forward again. Has anyone made any progress in providing APEX applications via a portal like this? There doesn't seem to be very much in the archives, and nothing in the last few years.
There was a "How Too" referenced that seemed to provide an way to make APEX based report available via "Omniportal" (an Oracle Portal component), but that seemed to require rewriting reports and seemed like most of the APEX application power was lost.
We want to retain single sign on ability - all of my APEX apps use the same authenticaion (LDAP at the moment) - and I am willing and able to change that. I also have them all based in a menu scheme that I hope will lend itself to providing a portal interface (each app is 'registered' in the menu system, and there is a common "registry_check" authorization scheme that basically takes app_user and app_id and returns true or false.)
We are running APEX 3.1 under Oracle 10g.