DWR

the WAR file should be configurable using spring

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Won't Fix
  • Affects Version/s: None
  • Fix Version/s: 3.0.RC1
  • Component/s: Spring
  • Description:
    Hide
    Note from Jose, on patching over work so far:

    DWR-Spring-Scopes is easy if you forget about DWR scopes and stick to the Spring ones (singleton, prototype, request, session, global or custom). Now, singleton and prototype don't need AOP proxies. The others do. So you only need to include the AOP namespace if you include a scoped bean (that's not a requirement of DWR but of Spring really). In practice, this is not the norm (the gross of the beans should be stateless singletons).

    IIRC you can use something like: <param-value>classpath*:blahblahblah</param-value>
    Show
    Note from Jose, on patching over work so far: DWR-Spring-Scopes is easy if you forget about DWR scopes and stick to the Spring ones (singleton, prototype, request, session, global or custom). Now, singleton and prototype don't need AOP proxies. The others do. So you only need to include the AOP namespace if you include a scoped bean (that's not a requirement of DWR but of Spring really). In practice, this is not the norm (the gross of the beans should be stateless singletons). IIRC you can use something like: <param-value>classpath*:blahblahblah</param-value>

Activity

Joe Walker made changes - 30/Oct/08 4:03 PM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Won't Fix [ 2 ]

People

Dates

  • Created:
    26/Feb/08 3:14 PM
    Updated:
    30/Oct/08 4:03 PM
    Resolved:
    30/Oct/08 4:03 PM