Final variable in Java
This short article introduces the definition and usage of final variables in Java and some interesting use cases.
This short article introduces the definition and usage of final variables in Java and some interesting use cases.
I’ve seen many developers struggling with subtle mutability issues in Java. This article will expose the major gotchas of object immutability.
Today we’ll see how to bind events along with the target context using the HTML 5 data attributes. This new event binding technique relies on the 3-actors model we introduce in this article.
In this short article, we’ll see some techniques to generate DOM elements and section using jQuery and its chaining feature.
In this article we explore the JQuery chaining internal mechanism to see how it works and how it can improve our web development.
Today we’ll dig into the exception handling mechanism of Spring MVC 3.1
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