Versions Compared

Key

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

...

Namespaces are a important concept that help manage large applications with hundreds of actions. Within the Web, namespaces are managed by paths. When a request comes in, the ServletDispatcher will extract the action and namespace to determine the appropriate action to execute. For more information regarding namespaces, please refer to the xwork docs regarding namespaces(see XW:Namespaces Configuration). Below gives a short example of using namespaces with webwork.

...