Not really but it's just matter of taste ;)
2014/1/14 Karl Kildén <[email protected]> > Action based vs component based is a frequently discussed topic and you can > probably find many resources arguing for one or the other. > > I really like JSF but I am still curious about stuff like this. For example > if I want to use a third part javascript library for special corner cases > it might be a good thing? > > I don't know but I'm very interested in others opinions. > > Thomas, useful for you? > > > On 14 January 2014 12:24, Christian Beikov <[email protected] > >wrote: > > > 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 <[email protected]> > >> > >> 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 > >>> > >>> > > >

