RE: Unit testing Struts 2 systems in multiple projects

2008-09-18 Thread Peter Butler
>> The war project contains all web resources, jsps, etc. >> The core project contains all of our struts actions, >> service layer and data access layer. > IMO that's broken--the S2 actions should be part of the web > project because... that's what S2 is--the web layer. That > solves your proble

Re: Unit testing Struts 2 systems in multiple projects

2008-09-18 Thread Dave Newton
--- On Thu, 9/18/08, Peter Butler wrote: > The war project contains all web resources, jsps, etc. > The core project contains all of our struts actions, > service layer and data access layer. IMO that's broken--the S2 actions should be part of the web project because... that's what S2 is--the w

Unit testing Struts 2 systems in multiple projects

2008-09-18 Thread Peter Butler
We are doing web development using Struts 2, building using Maven. Our system is made up of two projects: a war project and a core project. The war project contains all web resources, jsps, etc. The core project contains all of our struts actions, service layer and data access layer. We split o