Re: Communication Between WebApps

2002-12-05 Thread Craig R. McClanahan
On Thu, 5 Dec 2002, Ken Fitzpatrick wrote: > Date: Thu, 05 Dec 2002 20:11:46 -0600 > From: Ken Fitzpatrick <[EMAIL PROTECTED]> > To: Craig R. McClanahan <[EMAIL PROTECTED]> > Cc: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Communication Between

Re: Communication Between WebApps

2002-12-01 Thread Craig R. McClanahan
On Thu, 28 Nov 2002, Ken Fitzpatrick wrote: > Date: Thu, 28 Nov 2002 22:12:32 -0600 > From: Ken Fitzpatrick <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Communi

RE: Communication Between WebApps

2002-11-29 Thread Jonathan Holloway
t: Re: Communication Between WebApps I'm hearing more and more about real-world requirements for sharing information between WebApps -- not just the authentication thing, but entire business object graphs. Consider the user's choice for the web site Skin. Wouldn't it make sense for

Re: Communication Between WebApps

2002-11-28 Thread Ken Fitzpatrick
I'm hearing more and more about real-world requirements for sharing information between WebApps -- not just the authentication thing, but entire business object graphs. Consider the user's choice for the web site Skin. Wouldn't it make sense for subsequently visited WebApps to honor the choice

Re: Communication Between WebApps

2002-11-26 Thread micael
You can send them to a different machine, url, etc. But, sounds as if you are looking for the sort of thing that Struts 1.1 does so well, and is outlined in Struts in Action, a new book. At 11:19 PM 11/26/2002 +, you wrote: I'm trying to develop a Struts feasibility example for my project a

Re: Communication Between WebApps

2002-11-26 Thread Eddie Bush
... looked into container-managed authentication yet? Tomcat (and others, I believe) will let you do single sign-on among different apps. With CMA you don't have to worry about how the authentication gets invoked ... the container takes care of that. Jonathan Holloway wrote: I'm trying to dev

Communication Between WebApps

2002-11-26 Thread Jonathan Holloway
I'm trying to develop a Struts feasibility example for my project and I've come across a small problem. I really want to have three web applications where the first web application is used for authentication and authorization. Is it possible once I've authorized a user to forward them to another