Posts by Célio Silva • 84 points
2 posts
-
4
votes1
answer1423
viewsA: Is JSF 2.2 suitable for modern HTML and CSS?
I got caught up with a question like that about 5 years ago at the launch of JSF2.1 and chose to use JSF to do my projects. It was the worst decision I ever made: "I will receive from a good…
-
2
votes1
answer364
viewsA: Interceptor at Spring MVC
I believe that it is not a good approach to use the Interceptor to do redirect actions and display popups on the screen. In question to the Interceptor it is usually a component Application scopped…