Magics is evil !
For once, this article will not show you any line of code or any demo application. Today we discuss about architecture and the recent trend in the Java (and more specifically Spring) world for abstraction and over simplification.
For once, this article will not show you any line of code or any demo application. Today we discuss about architecture and the recent trend in the Java (and more specifically Spring) world for abstraction and over simplification.
Recently when developing the Tatami application for the Twitter-like contest, I faced an annoying issue: how to detect an user session timeout when an Ajax request is triggered from the browser ? If you’re not familiar yet with Spring Security,…
Read more
This post follows on from the previous post on Thymeleaf integration with Spring MVC. Today we’ll look at some advanced features of Thymeleaf
Today we are going to look into Thymeleaf, a very innovative and full HTML5-oriented templating engine. Thymeleaf, by definition, can be used as a standalone engine but when associated with Spring MVC, it gives the best of its essence. Once…
Read more