Contextual event binding with HTML 5 data attributes

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.

Read more of this post

HTML templating with jQuery

In this short article, we’ll see some techniques to generate DOM elements and section using jQuery and its chaining feature.

Read more of this post

jQuery wrapped-set chaining

In this article we explore the JQuery chaining internal mechanism to see how it works and how it can improve our web development.

Read more of this post

Spring MVC part V: Exception handling

Today we’ll dig into the exception handling mechanism of Spring MVC 3.1

Read more of this post

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.

Read more of this post

Spring Security part VI : Session Timeout handling for Ajax calls

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, you can check my previous articles on this framework.

In this article we’ll see a solution based on Spring Security filter. For those who don’t use Spring Security I’ll show another approach with servlet filter.

Read more of this post

Spring MVC part IV: ThymeLeaf advanced usage

This post follows on from the previous post on Thymeleaf integration with Spring MVC.

Today we’ll look at some advanced features of Thymeleaf

Read more of this post

Spring MVC part III: ThymeLeaf integration

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 you start using Thymeleaf, it’s very hard to go back to the good old JSP. JSP is good, JSP served us well during a decade but now we’re in 2012 and HTML 5 is the future so it’s time to look ahead.
Read more of this post

Spring MVC part II : @RequestMapping internals

This post follows upon the Spring MVC part I : Request Handling topic.

In this post we discuss in details how Spring handles the @RequestMapping annotation set on handler methods.

Read more of this post

Spring MVC part I: Request Handling

Recently I changed my view technology from JSF to Spring MVC. I used the latest release (3.1.RELEASE) of the framework and there are some significant changes compared to the older 2.5.x versions

Read more of this post

Follow

Get every new post delivered to your Inbox.