Does this mean we have copies of files in both places or should we have 

 applicationContext-resources.xml and applicationContext-struts.xml in
webapp/WEB-INF
 applicationContext-dao, -services etc in src/main/resources

The ACEGI security stuff is needed in front end as well as backend.

Thanks for clarifying!!!



mraible wrote:
> 
> The one in core/src/main/resources is meant for backend classes
> (managers and daos). The one in src/main/webapp/WEB-INF should be used
> for any web-related classes.
> 
> Matt
> 
> On 5/29/07, nmall <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>>  I find that I have applicationContext*.xml files in src/main/resources
>> as
>> well as in src/main/webapp/WEB-INF.   Which is the right place for it to
>> reside. The context-param block in web.xml looks in the classpath ( see
>> below). Thanks!!
>>
>>     <context-param>
>>         <param-name>contextConfigLocation</param-name>
>>         <param-value>
>>             classpath*:/applicationContext-resources.xml
>>             classpath*:/applicationContext-dao.xml
>>             classpath*:/applicationContext-service.xml
>>             classpath*:/applicationContext.xml
>>             /WEB-INF/applicationContext*.xml
>>         </param-value>
>>     </context-param>
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/where-should-spring-applicationContext*.xml-files-reside-tf3836228s2369.html#a10861489
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> http://raibledesigns.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/where-should-spring-applicationContext*.xml-files-reside-tf3836228s2369.html#a10877390
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to