You can refactor your action so that the business logic in your action resides elsewhere, then expose that business logic using Spring/web services, EJB or really any remoting technology.
Regards, Randy Burgess Sr. Software Architect D5 Systems, LLC > From: jaki <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <user@struts.apache.org> > Date: Mon, 11 Aug 2008 08:45:37 -0700 (PDT) > To: <user@struts.apache.org> > Subject: Remotely passing parameters to struts > > > Hi all, > > I have a web application which needs to pass parameters to a struts app > which resides on another machine. I will not be calling the struts class > using a jsp but from a normal java method. So, is there a way to pass > arguements without using a request/response object? > -- > View this message in context: > http://www.nabble.com/Remotely-passing-parameters-to-struts-tp18928369p1892836 > 9.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]