Re: HELP! Jetspeed 1.4 buildNormalContext() processing order

2004-04-27 Thread Diego Martin Sabaris
Basically, the issue is jetspeed should called each portlets build*Context() method after processing the current portlet action. That would be the way to simulate portlet to portlet communication by setting session or request attributes. Seems jetspeed is calling the build*Context() and processin

Best Portal Authentication approach?

2004-04-09 Thread Diego Martin Sabaris
We have to develop a portal from scratch in 15 days. I need some help on the authentication stuff. Basically, User will be authenticated invoking some java classes already built so I've started to code a new PortalAuthentication implementation. The issue is we don't want to use any of jetspeed serv