Tag Archives: java

Copy playlist files to media

It sounds amazing but most of the media player such as amarok, songbird and so on allow you to create playlist but doesn’t provide a way to copy files to media. This is although a very important fonction to bring … Continue reading

Posted in Informatique | Tagged , | Comments Off

Tutorial CORBA sous Java

Voici un petit Hello World pour illustrer l’utilisation de CORBA sous Java. Pour l’utiliser il suffit de décompresser le fichier avec tar xvfz CORBA.tar.gz Lancer la compilation avec : ant Lancer dans un shell : ant run-server Et dans d’autres … Continue reading

Posted in Informatique | Tagged , | 2 Comments

HelloWorld sous JBoss

Cette semaine j’ai du me replonger rapidement dans JBoss et comme j’ai un peu galéré, j’en ai profité pour faire cette petite introduction au développement d’une application web avec JBoss. Les pré-requis : Une install du jdk-1.5 Une install de … Continue reading

Posted in Informatique | Tagged , , | 1 Comment