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-23 Thread Madhav Bhargava
: +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 user@struts.apache.org, [EMAIL PROTECTED] cc: Subject:Re: Communicate between two struts

Re: Communicate between two struts apps

2006-06-23 Thread Leon Rosenberg
: 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 applications. Single Sign On is supported by many application servers like Oracle, BEA, IBM, etc

Re: Communicate between two struts apps

2006-06-23 Thread Madhav Bhargava
: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 context at runtime, so you don't have the ability

Re: Communicate between two struts apps

2006-06-23 Thread Leon Rosenberg
those URLs from DB and simply providing links to them. -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 Hello All, I

Communicate between two struts apps

2006-06-22 Thread Wen-Jung Chen
Hello, We have two struts applications which are planning to be created as two war files and deployed as one ear file on application server. We develop one struts app and other team develops another one. The requirement for us is their struts application will call our action method to invoke a

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

RE: Communicate between two struts apps

2006-06-22 Thread Miller, Andy
... 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 separate

Re: Communicate between two struts apps

2006-06-22 Thread Leon Rosenberg
] 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 something kludgy and authenticate

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

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 user@struts.apache.org, [EMAIL PROTECTED] cc: Subject:Re: Communicate between two struts apps

Re: Communicate between two struts apps

2006-06-22 Thread Monkeyden
: Communicate between two struts apps ... On 6/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: 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