Versions Compared

Key

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

...

The REST Plugin

Excerpt

simplifies REST-style resources to be consumed by both human and machine clients

. The goals are to 100% follow Ruby on Rails-style REST URL conventions and enable XML-free resource development. It builds on The REST plugin can cooperate with the Convention Plugin to support automatic configuration of both actions and results, but you can use the REST plugin with XML style configuration if you like.

Wiki Markup
{snippet:url=rest-plugin/src/main/java/org/apache/struts2/rest/RestActionMapper.java|id=description|javadoc=true}

...