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 wi

Re: Communicate between two struts apps

2006-06-23 Thread Wen-Jung Chen
gt; fcked. > > Siteminder (a proprietary product) is a way to get around this and > is Java friendly, but don't know how it works. > > > > On Thu Jun 22 13:10:18 EDT 2006, Wen-Jung Chen > <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > We ha

Ajax and Struts

2006-09-03 Thread Wen-Jung Chen
Hi, I have a scenario that user enters data in the text box in the browser and clicks Continue button. I send this value into Struts Action class which checks against database to return me the true or false value. Based on this true or false value, I will display or hide in the same page. I am