DWR

Allow global filters in Spring using namespace and annotations

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 3.0.RC1
  • Fix Version/s: 3.0.RC2
  • Component/s: spring
  • Description:
    Spring integration allows AJAX filters on remoted beans but on a global level. Ideally unbounded <dwr:filter /> and @GlobalFilter should work as well.

Activity

Hide
Jose Noheda added a comment - 30/Jan/09 12:12 PM
The namespace now includes <dwr:global-filter /> tag, <dwr:annotation-scan /> now includes a scanFilters attribute (checking for @GlobalFilter) and <dwr:annotation-config /> also supports it. All of them accept parameters.

A test is available although it just prints some logs.
Show
Jose Noheda added a comment - 30/Jan/09 12:12 PM The namespace now includes <dwr:global-filter /> tag, <dwr:annotation-scan /> now includes a scanFilters attribute (checking for @GlobalFilter) and <dwr:annotation-config /> also supports it. All of them accept parameters. A test is available although it just prints some logs.

People

Dates

  • Created:
    29/Jan/09 3:14 PM
    Updated:
    30/Jan/09 12:12 PM
    Resolved:
    30/Jan/09 12:12 PM