Rusty Wright-2 wrote:
> 
> I looked at that but they're not splitting it down to the level that I'm
> trying.
> 
>  <snip />
> 
>>> I was thinking of splitting my web app so that I have a 
>>> cars-war project where in the scm it contains only things 
>>> like the jsps, no java code.  In its pom it will specify a 
>>> dependency on cars-web which will be a jar file which 
>>> contains the spring mvc controllers and such. And cars-web 
>>> will depend on a jar which contains the business logic.  In 
>>> the end the war file will only contain jars, no class files 
>>> (not that that's important).
>>>
>>> I'm thinking that this may make it easier when working with 
>>> our html editor person.
> 
> 
> We do this currently - for exactly the reasons that you describe - and it
> works fine.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/splitting-apart-a-web-app-tp20861834p20891747.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to