Versions Compared

Key

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

...

Note

Actions or Controllers? When writing Struts 2 apps, most of a developer's time in consumed with createing Action classes. Actions are the targets of URL's and encapsulate the invocation of the appropriate business logic for a given requestMost Struts 2 developers are familiar with the Action. They are the things that get executed by the incoming requests. In the context of the REST plugin, just to keep you on your toes, we'll adopt the RESTful lingo and refer to our Actions as Controllers. Don't be confused; it's just a name!

...