Versions Compared

Key

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


Warning
titleOutdated Code

In Stripes 1.7 there is a much better solution to azll of this using @RestActionBean. Here's the RESTful Calculator Example:

I used Stripes 1.5 to communicate with an angular 1.5 client which posts with a JSON body by wrapping the HTTPServletRequest.

...