Re: Communicate between two struts apps

2006-06-23 Thread Wen-Jung Chen
ailing List Subject: Re: Communicate between two struts apps Hello All, I believe Single Sign On will be able to share Session attributes between applications. Single Sign On is supported by many application servers like Oracle, BEA, IBM, etc Thanks and regards, Pazhanikanthan. P (Paz) Consultant f

Re: Communicate between two struts apps

2006-06-23 Thread Leon Rosenberg
gt; > > > > > -----Original Message- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Sent: Friday, June 23, 2006 3:22 AM > > > To: Struts Users Mailing List > > > Subject: Re: Communicate between two struts apps > > > > > &g

Re: Communicate between two struts apps

2006-06-23 Thread Madhav Bhargava
CTED] [mailto:[EMAIL PROTECTED] > > Sent: Friday, June 23, 2006 3:22 AM > > To: Struts Users Mailing List > > Subject: Re: Communicate between two struts apps > > > > Hello All, > > > > I believe Single Sign On will be able to share Session att

Re: Communicate between two struts apps

2006-06-23 Thread Leon Rosenberg
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 23, 2006 3:22 AM > To: Struts Users Mailing List > Subject: Re: Communicate between two struts apps > > Hello All, > > I believe Single Sign On will be able to share Session attributes between > application

Re: Communicate between two struts apps

2006-06-23 Thread Madhav Bhargava
y. Ltd. Off : +61-3-9618-4085 Mob : +61-0411-354-838 Monkeyden <[EMAIL PROTECTED]> 23/06/2006 07:42 AM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" , [EMAIL PROTECTED] cc: Subject: Re: Communicate betw

RE: Communicate between two struts apps

2006-06-23 Thread Mukta
, 2006 3:22 AM To: Struts Users Mailing List Subject: Re: Communicate between two struts apps Hello All, I believe Single Sign On will be able to share Session attributes between applications. Single Sign On is supported by many application servers like Oracle, BEA, IBM, etc Thanks and regards

Re: Communicate between two struts apps

2006-06-22 Thread Monkeyden
st" , [EMAIL PROTECTED] cc: Subject:Re: Communicate between two struts apps >AFAIK, if the applications are in two separate contexts there is >no way to share data between them using a common session Not to mention, some of the Struts tags (form, link) derive con

Re: Communicate between two struts apps

2006-06-22 Thread paz . periasamy
-9618-4085 Mob : +61-0411-354-838 Monkeyden <[EMAIL PROTECTED]> 23/06/2006 07:42 AM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" , [EMAIL PROTECTED] cc: Subject: Re: Communicate between two st

Re: Communicate between two struts apps

2006-06-22 Thread Monkeyden
AFAIK, if the applications are in two separate contexts there is no way to share data between them using a common session Not to mention, some of the Struts tags (form, link) derive context at runtime, so you don't have the ability to specify an external context. You'll be forced to do somethi

Re: Communicate between two struts apps

2006-06-22 Thread Leon Rosenberg
ilto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 12:45 PM To: Struts Users Mailing List Subject: Re: Communicate between two struts apps AFAIK, if the applications are in two separate contexts there is no way to share data between them using a common session. You'll be forced to do some

RE: Communicate between two struts apps

2006-06-22 Thread Miller, Andy
oming... Andy Miller IS Designer Butte College 530.895.2946 -Original Message- From: Eric Dahnke [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 12:45 PM To: Struts Users Mailing List Subject: Re: Communicate between two struts apps AFAIK, if the applications are in two sep

Re: Communicate between two struts apps

2006-06-22 Thread Eric Dahnke
AFAIK, if the applications are in two separate contexts there is no way to share data between them using a common session. You'll be forced to do something kludgy and authenticate to both systems and maintain two sessions. I would love to see a thread started about this because it is a big