Versions Compared

Key

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

...

Next, create Java objects ending in "ResourceController" in the configured package. The "ResourceController" suffix is used to distinguish Rest action resources from regular Struts 2 actions, although it is completely optional and they are functionally the same. Now, add in methods to handle the various requests. For example, the following resource action will support /orders/34 GET and PUT requests:

...