Could you explain what the actual benefits of the action based programming style are? I am missing the purpose/use cases for the actual need of such a feature.

Thanks in advance!

Mit freundlichen Grüßen,
------------------------------------------------------------------------
*Christian Beikov*
Am 14.01.2014 12:02, schrieb Thomas Andraschko:
If they add support for such actions with @RequestMapping, then it should
also be possible to declare request params as method params.
e.g.

@RequestMapping(...)
public void doSomething(@RequestParameter(name="..") private String test)


And of course conversion/validation of the request parameters.


2014/1/14 Karl Kildén <karl.kil...@gmail.com>

Hello,

Any opinions on this

https://weblogs.java.net/blog/mriem/archive/2014/01/13/jsf-tip-56-using-action-based-prototype-mojarra

Basically it's regarding the common opinon that JavaEE should have a action
based framework or support a action based style in JSF.

cheers


Reply via email to