Internalisation of your Grails based application with i18n-asset-pipeline plugin

What I will present below about i18n-asset-pipeline grails plugin which is doing the same job as jquery.i18n.properties.js as such. You probably find a few implementations of jquery.i18n.properties.js on grails plugin…

L’opérateur de spaceship Groovy a expliqué

Have you ever heard of the spaceship operator? If it is the case, how does it look like? To be honest, I have known it recently when I used this…

(English) Using Feedparser in Python to read RSS

Désolé, cet article est seulement disponible en English.

(English) ArrayList in Java

Désolé, cet article est seulement disponible en English.

(English) Online learning resources and tutorials for Grails learners

Désolé, cet article est seulement disponible en English.

Git tutors

(English) Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance.

Combine two lists in Groovy

Combination or concatenation of two or multiple lists are believed to appear quite frequently in programming. This article aims to show you how to union two lists in Groovy in…

Livres et Ouvrages du Java

This text will introduce useful learning resources for someones who want to learn Java programming language. Because resources are continuously updated, this writing is too keep up. Official Java Documentation…

HashMap en Java

http://www.journaldunet.com/developpeur/pratique/developpement/12308/quelles-sont-les-differences-entre-hashmap-et-hashtable-en-java-leurs-points-forts-et-points-faibles.html Il existe dans le langage Java de nombreuses classes pour stocker ses données et les parcourir facilement. La classe HashMap est une des

Comment cocher et décocher une checkbox avec jQuery

Làm với jQuery, nhiều bạn lập trình Front End chắc sẽ nắm rõ cách thức để viết hàm để bắt sự kiện check và uncheck một ô checkbox như thế…