Reputation: 1828
As a JSF 2/PrimeFaces developer I've had a look at Seam 3 as something that could be useful in my project. So far the @RenderScoped functionality looks interesting as a replacement for view scope and flash/page parameters, and the catch module could be useful for more centralised exception handling. Are there any other big ticket items in there that haven't immediately come to my notice? I'm not quite convinced that it's worth investing in the time to carry out a migration (much as I'm not similarly convinced about moving to CDI from JSF managed bean annotations).
I hadn't exactly come across any literature that I would describe as a summary.
Thanks, O/S.
Upvotes: 2
Views: 826
Reputation: 14656
Well, you will have to read the documentation for yourself, but this is what I like about Seam 3 and what I am using:
Depending of the usecase, Seam Security and Seam Persistence might be just what you were looking for, same is true for Seam Rest.
There are various "Seam Modul spotlights" hiding at in.relation.to that are worth checking out...
Upvotes: 1
Reputation: 5792
I've tried so far security and i18n modules and they are great. Seam 3 is a really nice stuff to extend your toolbox. Highly recommended!
Upvotes: 0