I like to investigate new things as well as digging into concepts that I know quite well. As an architect, my job is also to pass information to the teams I work for. I like writing articles because I can summaries what I know and give it to others who will learn from it. He are the abstracts of the articles I’ve written.
Tutorials on testing Java EE 6 components :
Antonio Goncalves, fondateur du groupe d’utilisateurs Java de Paris (Paris JUG)
(June, 2008) Personal interview covering my carrier, my travels around the world, my vision of French IT industry… till the creation of the Paris JUG.
JCP lorgne le modèle open source
(June, 2008) Patrick Curran came to the Paris JUG and gave a presentation about the JCP. At this session there was also a round table with Spec Leads and Expert Members. This article covers these ideas of opening up the JCP.
SonarJ et Maven surveillent votre architecture Java
(March, 2008) Use SonarJ and Maven to watch carefully your architecture and change it without any mistakes.
Créer un site associatif avec XWiki
(September 10, 2007)
Learn how to setup up and use XWiki for you company. In this tutorial I explain how to install XWiki with Tomcat and MySQL as well as how to use its rich features (such as access rights, users and groups…).
Generate an XML Document from an Object Model with JAXB 2 (March 26, 2007)
Learn how to get an XML document from your Java object model using JAXB 2. With annotations, you can also customize the document and use adapters to format data.
Persistence Pays Offs: Advanced Mapping with JPA (March 5, 2007)
In this follow-up to an earlier article on the Java Persistence API, learn how to use JPA to map inheritance, one-to-many, and many-to-many relationships. And learn to use the query language (JPQL) to query concrete and abstract classes.
Master the New Persistence Paradigm with JPA (February 1, 2007)
In this article you will learn how to persist objects using the Java Persistence API (JPA), customize their mapping with annotations, and create a one-to-one relationship. Using the entity lifecycle you will control persistency and use the query language (JPQL) to query your objects.
Get Acquainted with the New Advanced Features of JUnit 4 (July 24, 2006)
Learn how to migrate from JUnit 3.8 to JUnit 4. Discover version 4’s new features, including extensive use of annotations, and find out the status on IDE integration.