Romain Pelisse

Sustain Developer

Romain Pelisse

Romain Pelisse's contributions

Java Jcliff
Article

Managing JBoss EAP/Wildfly using Jcliff

Andrew Block +1

We provide an overview of the Jcliff utility, including inherent benefits, installation options. and several examples showcasing the use.

Article Thumbnail
Article

Java and Sécurité à Devoxx France (French)

Romain Pelisse

Entre l'attaque subie par Github la semaine dernière , et le hack de la chaîne TV5 , la présentation que j'ai faite avec François Le Droff vendredi 10 avril, à Devoxx France , sur la Java et la Sécurité ne pouvait tomber plus à point nommée: Devoxx 2015-barbus-et-barbares from François Le Droff Mon comparse ayant déjà pris le temps de publier les slides, j'ai pensé qu'il serait pertinent d'ajouter un lien ici vers ces derniers, car, après tout, si il...

Article Thumbnail
Article

Un module Puppet pour tuned-adm (Français)

Romain Pelisse

Il y a quelques mois, j'ai développé et publié une petite extension Puppet pour tuned-adm . En effet, cette commande est une fonctionnalité assez appréciable de RHEL , et il m'a semblé donc pertinent d'évoquer cette dernière sur Red Hat developer blog . Tour d'horizon de 'tuned-adm' Pour faire court, cette commande va s'occuper des nombreux fins réglages du système d'exploitation pour vous, selon l'usage que vous souhaitez faire de ce dernier. Par exemple, si vous utilisez le système comme...

Article Thumbnail
Article

JCache and Infinispan - standardize your application's cache

Romain Pelisse

With the adoption growth of Infinispan, its community has been resurrecting works on the quite old, but stalled, JSR-107, aka JCache . The first step was obviously the released of the JSR 1.0 version, a few month back, and most recently in December with Infinispan 7.0.2.Final is a certified JSR-107 1.0 implementation . It's actually quite useful news, as it allows you to build webapps or even JEE apps using a standard API to access Infinispan. Using JCache API is...

Article Thumbnail
Article

Using RHQ (JON) to monitor Java apps

Romain Pelisse

While there is not yet a RHQ plugin for Glassfish, it is already possible to monitor an instance of Glassfish (GF), using the existing JMX Server resource template. Let's see how this unfolds... Set up Foreword: While not difficult, setting this up on a laptop requires running a LOT of Java processes, on top of a database. As the latter needs to be a somewhat older version of PostgreSQL (8.4), you might even end up running it on VM using...

Article Thumbnail
Article

XML editing with Bash script

Romain Pelisse

Photo by seeweb Countless products uses XML files, whether it is for data persistence, serialization or mere configuration. This is even more true when it comes to the Red Hat middleware portfolio , the JBoss projects having always been keen on using this format for configuration files - on top of the ones specified by JEE such as the famous (or infamous ?) web.xml . While the XML format has some definitive qualities, it is not the easiest format to...