v4
Pre-release
Pre-release
-
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