
|
If you were logged in you would be able to see more operations.
|
|
|
Loom
Created: 10/Mar/09 10:08 AM
Updated: 25/Mar/09 04:07 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.1
|
| Fix Version/s: |
1.5
|
|
|
The current loom config file is too verbose. A proposal has been approved to configure it using a loom namespace
<loom:config development="true">
<loom:action-scan base-package="org.loom.demo.action,org.loom.action.support" />
<loom:interceptor-scan base-package="org.loom.interceptor" />
<loom:messages
locations="classpath:loom-messages.properties,classpath:messages.properties"
browserKeys="ie6, ie7"
defaultLocale="es"
/>
<loom:web-resources>
<loom:web-resource name="css">
/css/yui-2.6.0/reset.css
/css/yui-2.6.0/base.css
classpath:js/loom/calendar/calendar.css
classpath:js/loom/tables/tables.css
classpath:js/loom/ui/tabs.css
/css/styles.css
</loom:web-resource>
</loom:web-resources>
</loom:config>
Notice that only the spring config file should be changed, and it does not affect any Action or Interceptor class.
|
|
Description
|
The current loom config file is too verbose. A proposal has been approved to configure it using a loom namespace
<loom:config development="true">
<loom:action-scan base-package="org.loom.demo.action,org.loom.action.support" />
<loom:interceptor-scan base-package="org.loom.interceptor" />
<loom:messages
locations="classpath:loom-messages.properties,classpath:messages.properties"
browserKeys="ie6, ie7"
defaultLocale="es"
/>
<loom:web-resources>
<loom:web-resource name="css">
/css/yui-2.6.0/reset.css
/css/yui-2.6.0/base.css
classpath:js/loom/calendar/calendar.css
classpath:js/loom/tables/tables.css
classpath:js/loom/ui/tabs.css
/css/styles.css
</loom:web-resource>
</loom:web-resources>
</loom:config>
Notice that only the spring config file should be changed, and it does not affect any Action or Interceptor class.
|
Show » |
| There are no comments yet on this issue.
|
|