> Dave's probably right about a missing abstraction.
Dave does tend to be right, but here's another idea entirely. Accept the
deployment of the whole application and configure the application as a
cluster, if possible. The cluster could even be on the same machine, so
you don't necessarily need
Dave's probably right about a missing abstraction.
How about if the RequestManager (That's App1, right?) has a service
for accepting posts from the RequestHandler (App2, right?). Then you
can deploy new forms to RequestHandler and RequestManager just accepts
any form POST from that application?
On Fri, Jun 24, 2011 at 7:29 AM, Patrick McCourt wrote:
> The RequestsManager then passes off to the 2nd application, a
> RequestHandler which will gather the details of the request, the
> reason this is external is they want to be able to add in new request
> types by simply building the struts f
On 24 June 2011 12:00, Greg Akins wrote:
>> On Fri, Jun 24, 2011 at 6:48 AM, Patrick McCourt wrote:
>>> I’ve got 2 Struts 2 applications running on Tomcat 6.0.
>>>
>>> In summary the main application is a manager application for requests
>>> in our company, application 2 is a handler for a specif
> On Fri, Jun 24, 2011 at 6:48 AM, Patrick McCourt wrote:
>> I’ve got 2 Struts 2 applications running on Tomcat 6.0.
>>
>> In summary the main application is a manager application for requests
>> in our company, application 2 is a handler for a specific request
>> type.
>>
>> I want to make a link
Different apps have different sessions.
Dave
On Fri, Jun 24, 2011 at 6:48 AM, Patrick McCourt wrote:
> I’ve got 2 Struts 2 applications running on Tomcat 6.0.
>
> In summary the main application is a manager application for requests
> in our company, application 2 is a handler for a specific req
I’ve got 2 Struts 2 applications running on Tomcat 6.0.
In summary the main application is a manager application for requests
in our company, application 2 is a handler for a specific request
type.
I want to make a link to go to that application whilst keeping the
information from the session in
7 matches
Mail list logo