{color:green}Help is available by sending an email to [mailto:csf-support@mit.edu]{color} |
Quick Links to: |
Picking a projectName and a projectArtifactId
|
Installation of the project war component using the war-template
Installation of the project war component using the war-template is now complete. |
Customizing the project WAR |
!customizeWar002.jpg! |
!customizeWar004.jpg! |
<bean id="*projectName*WebMappingResources" class="org.springframework.beans.factory.config.ListFactoryBean" parent="hibernateCsfProjectNameMappingResources"> <bean id="projectNameWebMappingResources" class="org.springframework.beans.factory.config.ListFactoryBean" parent="hibernateCsf*ProjectName*MappingResources"> <bean id="hibernateMappingResources" class="org.springframework.beans.factory.config.ListFactoryBean" parent="*projectName*WebMappingResources"> <value>file:$\{user.home}/*projectName*.properties</value> <value>file:$\{user.home}/*projectName*.properties</value> |
<bean id="attWebMappingResources" class="org.springframework.beans.factory.config.ListFactoryBean" parent="hibernateCsfAttMappingResources"> <bean id="attNameWebMappingResources" class="org.springframework.beans.factory.config.ListFactoryBean" parent="hibernateCsfAttMappingResources"> <bean id="hibernateMappingResources" class="org.springframework.beans.factory.config.ListFactoryBean" parent="attWebMappingResources"> <value>file:${user.home}/att.properties</value> <value>file:${user.home}/att.properties</value> |
<import resource="classpath*:applicationContext-projectName-component-scan.xml" /> <import resource="classpath*:applicationContext-projectName-config.xml" /> <import resource="classpath*:applicationContext-projectName-security-spring.xml" /> |
<import resource="classpath*:applicationContext-att-component-scan.xml" /> <import resource="classpath*:applicationContext-att-config.xml" /> <import resource="classpath*:applicationContext-att-security-spring.xml" /> |
<param name="File" value="log/projectName.log" /> <param name="File" value="log/csf-projectName.log" /> |
<param name="File" value="log/att.log" /> <param name="File" value="log/csf-att.log" /> |
<context:component-scan base-package="edu.mit.projectName.web"> |
<context:component-scan base-package="edu.mit.att.web"> |
applicationContext-projectName-component-scan.xml applicationContext-projectName-config.xml applicationContext-projectName-security-spring.xml applicationContext-projectName.xml |
Customizing the project WAR pom.xml |