lundi 21 mai 2012

Le coin de l'architecte logiciel: Hibernate: flush et dirty checking

Comprendre le "dirty check" d'hibernate : ou pourquoi lors d'un select, hibernate fait parfois des update !

Le coin de l'architecte logiciel: Hibernate: flush et dirty checking: Avec Hibernate, lorsqu'une entité (attachée) est manipulée, toute modification qui lui est apportée est supposée être reportée dans la base ...

mercredi 16 mai 2012

Java Geeks: jQuery FlexGrid & Spring MVC 3

Java Geeks: jQuery FlexGrid & Spring MVC 3: Recently I have been working on Spring MVC 3. There is inbuilt support for returning JSON data using @ResponseBody annotation. Just make su...

I have worked on the same idea, but instead using spring MVC 3, I used Jersey.
But the result is pretty the same.