Derby 10.5.1.1 is really an in-memory database

Up to Derby 10.4.2.0, the in-memory database mode wasn’t a real one because data was stored into files onto your disk. The new 10.5.1.1 supports a real in-memory mode were data is only stored in memory, with no files being created. As stated in the new features page : Initial implementation of a storage engine for Derby where all data is kept in memory. There … Continue reading Derby 10.5.1.1 is really an in-memory database

JPA 2.0 : standard properties in persistence.xml

As you might know with JPA, the META-INF/persistence.xml file defines a persistence unit with some provider’s properties. For example, if you are using JPA in a Java SE environment, you will have to define the JDBC driver, database connexion (user and password), database URL and so forth. In JPA 1.0 these properties were not standard, so for each persistence provider you would have to use … Continue reading JPA 2.0 : standard properties in persistence.xml

Copying resources to JBoss with Maven (and Antrun)

On my previous post I explained how painful it was to copy resources (files, librairies…) with Maven and the maven-resources-plugin. And guess what ? I received 2 emails from Maven lovers telling me that for this kind of task, Antrun would be more appropriate. So I thought I should give it a try to be fully honest with me, Maven, and God (you need a … Continue reading Copying resources to JBoss with Maven (and Antrun)

Dédicace du livre Java EE 6

Aujourd’hui, les exemplaires du livre Java EE 6 sont enfin arrivés en Europe. J’ai reçu ma petite collection privée de 20 exemplaires ainsi que tous les bons libraires informatiques parisiens. Alors, si vous faites partis des quelques rares qui n’ont pas encore ce best-seller, je vous propose de nous retrouver samedi 20 juin à la librairie Le Monde En Tique de 15h50 à 18h pour … Continue reading Dédicace du livre Java EE 6

JSR 330

Just a quick news. For those of you who have followed the entire debate between JCDI (Java Context & Dependency Injection, aka Web Beans) and @Inject, you will be pleased (or not) to know that there is a brand new JSR : JSR 330 Dependency Injection for Java. I hope we are not starting a new battle like the one between Java Module (JSR 277), … Continue reading JSR 330

Bienvenu chez le Ch’ti JUG

Dans la famille Présentation Java EE 6, je voudrai les Ch’tis. Qques jours après mes présentations GlassFish et Java EE 6 à la conférence GeeCon à Cracovie, ce soir je me suis rendu à Lille pour présenter les nouveautés de la future plateforme entreprise. Dernier en date de la longue lignée des JUGs français, le Ch’ti JUG était inauguré ce soir en grandes pompes : … Continue reading Bienvenu chez le Ch’ti JUG

Looking for Java EE 6 expert members to organize a BOF at Jazoon

Jazoon, the international conference on Java technology, will be held in Zurich from the 22nd to the 25th of June. For four days you will have the chance to go to many technical presentations, with good speakers and also plenty of BOFs. I‘ve sumitted a talk on Java EE 6 and I‘ve also submitted a BOF on the same topic. The BOF is called Why … Continue reading Looking for Java EE 6 expert members to organize a BOF at Jazoon

Tutorials on Java EE 6 testability

Unit testing is an important topic in projects. J2EE has suffered from a lack of testability and, clearly, got overtaken by light open source containers. Java EE 6 is taking that into account and unit testing an EBJ, for example, will be simple and standardised (through a embeddable container API). As Roberto Chinnici mentioned on his blog, Java EE 6 is scheduled for Q1 2009… … Continue reading Tutorials on Java EE 6 testability

Java EE 6 Reference Implementations

Java EE 6 (JSR 316) is arriving quickly (Q1 2009). With most of the specifications, comes a TcK (Technology Compatibility Kit) and a reference implementation (RI). Here is the list of the main reference implementations : .GlassFish V3 is the reference implementation for EJB 3.1 and Servlet 3.0 .EclipseLink : Java Persistence API (JPA 2.0) .Jersey : Reference Implementation for building RESTful Web services (JAX-RS … Continue reading Java EE 6 Reference Implementations

Back from the TSS Symposium in Prague

Last Wednesday I‘ve landed at noon in Prague, quickly took a taxi, arrived at the Clarion Congress Hotel where the conference well held, registered, went to my room and had a quick last look at my slides. At 3:50pm I was giving a talk on Building Enterprise Applications Using Glassfish . It was about installing GlassFish, deploying an application, monitor and configure resources as well … Continue reading Back from the TSS Symposium in Prague

Speaking at the TSS Symposium

Soon (18–20 June) starts the TSS Symposiumconference in Prague. A great conference with good speakers in a beautiful city. Well, this time I‘ll be speaking there. In fact, I‘ll be giving two talks : Building Enterprise Applications Using Glassfish . I‘ll talk about administrating GlassFish instances in general and in a cluster in particular. In this session, you will learn how to deploy Web and … Continue reading Speaking at the TSS Symposium