Re: Struts2 & Spring using child web application context

2016-06-26 Thread Sreekanth S. Nair
How you are packaging these two web applications ? as an EAR ? or
independent WAR running inside a we container ?


On Sun, Jun 26, 2016 at 9:47 PM, Chris Cranford <
chris.cranf...@setechusa.com> wrote:

> Has anyone been able to leverage the struts2-spring-plugin and running it
> within a child context?
>
> I am looking into the possibility of something like the following:
>
>  +- Root Application Context (global services, repositories, etc)
>   +- Web Application Context1 (used by struts2 actions)
>   +- Web Application Context2 (used by another technology)
>
> Any help would be greatly appreciated.
> Chris
>


Struts2 & Spring using child web application context

2016-06-26 Thread Chris Cranford
Has anyone been able to leverage the struts2-spring-plugin and running 
it within a child context?


I am looking into the possibility of something like the following:

 +- Root Application Context (global services, repositories, etc)
  +- Web Application Context1 (used by struts2 actions)
  +- Web Application Context2 (used by another technology)

Any help would be greatly appreciated.
Chris