Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is a modified version that integrates with the existing WebWork session so doesn't require an additional filter or listener. Usage is pretty much the same, create an interface for your object and make sure that you always use that interface and not the underlying implementation or autowiring will fail. Herre is a link to a modified shopping cart example You can find more information on how to make this work by looking at the WebWorkTargetSource Shopping Cart Example.

...