Skip to content

v4

Pre-release
Pre-release
Compare
Choose a tag to compare
@d3ep4k d3ep4k released this 27 Sep 09:01
· 55 commits to develop since this release
3441b97
  • Now item request can define variable for the item item="true" replaced with item="itemName"

  • Map JSON/XML request to Java classses

  • Removed ResultProcessable. SQL Result can be processed with EL. see result.jsp

  • Improved request handling. Removed Strategy for multipart/form-data and url-encoded requests. Now handled by servlet container.

  • Support nested resources with infinite depth.

  • Added JWT Token Generator Plugin. To generate jwt tokens from a jsp resource. See token.jsp for details.

  • Removed additional param attribute from m:execute tag

  • Accessing JSON object inside jsp with ${mtgReq.body}, helps in nesting