History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LOOM-154
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ignacio Coloma
Reporter: Ignacio Coloma
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Loom

Simplify loom configuration files with a custom spring namespace (warning: changes existing behavior)

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

Issue Links:
Requires
 


 Description  « Hide
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.



 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.