Pas encore inscrit ? Creez un Overblog!

Créer mon blog
David Gimelle

David Gimelle

Java Developer for more 10 years. I worked in France, Canada and Switzerland. I am contractor in London since 2010.
Tags associés : agile, jboss seam, scjp, tutorial, conference

Ses blogs

GetJ2ee -Java development

Articles about Java and EE
David Gimelle David Gimelle
Articles : 39
Depuis : 03/02/2008
Categorie : Technologie & Science

Articles à découvrir

Scrum Day 2012 in Paris

Scrum Day 2012 in Paris

I attended on the Scrum Day 2012, the 27th March 2012 in Paris. It happend in Espace CAP 15 close to the Seine river and the Eiffel Tower. At least 300 people attended to this conference about Scrum and Agility in France. This conference was constitued of 4 tracks and 3 worksshops. I participated in a Kanban workshop organized by Laurent Morisseau.
Tutorial : REST with Spring MVC and Maven

Tutorial : REST with Spring MVC and Maven

The purpose of this tutorial is to explain how to do a minimal REST Application with Spring MVC in a Maven project. This is illustrated by the creation of a REST Controller able to Create, Update, Delete some entity Computer. So in this tutorial we will use this java class public class Computer { private long id ; private String brand ; private Str
Hibernate. Why a NonUniqueObjectException is thrown ?

Hibernate. Why a NonUniqueObjectException is thrown ?

Why a NonUniqueObjectException is thrown ? A NonUniqueObjetException is thrown because hibernate is not able to decide what version of an entity it has to persist. In this case, it will throw something like this : org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [com.
Agile London - Continuous Delivery

Agile London - Continuous Delivery

The 4th October 2012 Christopher Marsh talked about Agility in a agency environement. This event was orgnised by Agile London in the AQKA agency. The entrance was free like the beers and crisp. People friendly, it was a nice evening event. I was specificaly interested about his experience with continuous delivery . His main observations are : - In
Mini Tutorial : REST Web Service avec JBoss RESTEasy

Mini Tutorial : REST Web Service avec JBoss RESTEasy

Voici un mini tutorial sur JBoss RESTEasy, l'implementation de JAX-RS 1.2.GA de JBoss avec le serveur JBoss 5.1. Ce mini tutorial est directement inspiré de l'excellent tutoriel de Damien Gouyette : Exposer un service crud RESTul avec JBoss RESTasy http://dgouyette.developpez.com/tutoriels/java/exposer-service-crud-restful-avec-jboss-resteasy/ J'a
Visa Europe P2P Payment Android Application

Visa Europe P2P Payment Android Application

A little word about my current project in London : It's official. Visa Europe will launch a new Android application for Person to Person Payement. With this application an user in europe will be able to send money from his visa card to an other visa card. I am very happy to work on this project. It will be an very usefull and handy application. You
Softshake 2011

Softshake 2011

I was at the Second Edition of Softshake in Geneva this week. 2 Days of presentations and demonstrations about Java, Agility, Mobility and new Programming Languages. I spend 50% of my time to discovert some new features in Java 7 and the JVM. I appreciated the presentation of Fork/Join framework in Java SE 7 by Julien Ponge. It was also my chance t
Agile Tour Lausanne 2012

Agile Tour Lausanne 2012

I was at the Agile Tour 2012 in Lausanne Friday 12th October. A good chance to meet up with former coworkers and take time to think about agility in a quiet place, far from my office in London. There were around 60 attendee and 12 Speakers. The conference was in French but it was possible to talk to speakers in english. So far i have seen : - "How
Mini Tutorial - Faire une Requête Get Ajax avec JQuery, JSON et RESTEasy

Mini Tutorial - Faire une Requête Get Ajax avec JQuery, JSON et RESTEasy

Voici comment faire une requête Ajax de type GET avec JQuery coté navigateur, RESTEasy coté Serveur et JSON entre les 2. Les sources complètes de ce projet sont disponible sous la forme d'un projet maven téléchargeable à la fin de ce billet. Ajax, JQuery, JSON, RESTEasy qu'est ce que c'est ? Ajax : Ajax est une technologie permettant de fair