Ok, here is the deal.  I have developed a web app
using Turbine, and it has a user/permission system
(it actually extends Turbine's) to ensure each user
has access to his/her own stuff and nothing more.
What I would like to do is:

* Put something in Jetspeed that, once a user logs into
  Jetspeed, will let them choose to go to a page with
  links to all the stuff in my Turbine app that user can do.
  Think "my app => a bank, what the user can do => browse
  his accounts, credit cards, etc.".

* Pass the login information from Jetspeed to my Turbine
  app, so that the user logs in only once.

* Embed my app in Jetspeed (I believe this is already
  possible and pretty simple, right?).

What happens with things such as multiple Turbine jars
being loaded (one for Jetspeed, once for my App)? Should
I just redirect from Jetspeed to a separate "zone" (I'm
using Tomcat, but you get the idea)? If yes, how should
I share the login information so that the user logs in
only once on Jetspeed and is able to access all the
context in my Turbine app?

Am I making sense here?

Thanks,


-- 
Gonzalo A. Diethelm
[EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to