Catégorie: English

17/03/2010

Permalink 10:16:50, Catégories: English, 59 mots   French (FR) , Baptiste Wicht

New english website

Hi,

I'm pleased to announce a new english website : http://www.baptiste-wicht.com

I used Wordpress to create this website. This website is more practical to publish articles. I've moved all my english articles and blogs to this new site.

I hope you'll be satisfied with this site. Don't hesitate to say me what you think about it ;)

Baptiste

Vous devez être identifié pour poster un commentaire.

02/03/2010

Permalink 22:00:26, Catégories: JTheque, English, 75 mots   French (FR) , Baptiste Wicht

JTheque is going to OSGi

Hi,

Just a little to inform you that i'm currently migrating JTheque Core to OSGI / Spring Dynamic Modules. The core will be fractioned into several bundles. The JTheque Modules will also be OSGi bundles.

It will increase the modularity of the different services of the Core. And it will also be a more standard way to develop modules. And last but not least, it's an opportunity for me to learn OSGi and Spring Dm.

Baptiste

Vous devez être identifié pour poster un commentaire.

11/02/2010

Permalink 10:55:55, Catégories: Java, English, 37 mots   French (FR) , Baptiste Wicht

Discover the keywords of the Java Language

Hi,

I'm happy to announce an other article of mine in English : The reserved keywords of the Java Language

This article will list all the java keywords and describe what they do and how to use them.

Vous devez être identifié pour poster un commentaire.

07/02/2010

Permalink 11:30:27, Catégories: Java, Mes articles, English, 71 mots   French (FR) , Baptiste Wicht

Logging with SLF4J

I'm happy to announce a new article : Logging With SLF4J

SLF4J is an abstraction layer for logging frameworks. The way is almost the same as Commons Logging but this framework solve the little issues existing with Commons Logging like the implementation loading with classloader or memory leaks. And introduce also a simpler way to log with heavy concatenations.

I hope this article will be useful for some of you.

Vous devez être identifié pour poster un commentaire.

31/01/2010

Permalink 19:19:08, Catégories: Java, Mes articles, English, 54 mots   French (FR) , Baptiste Wicht

Introduction to the JR programming language

Hi,

I wrote a new article about JR : Introduction to JR programming language.

This article will introduce you to the main concepts of JR :

  • Compile and launch JR programs
  • Declare process in JR
  • Declare quiescence action
  • Use semaphores to solve critical section problems

I hope this article will be useful to some of you.

Vous devez être identifié pour poster un commentaire.

30/01/2010

Permalink 18:34:10, Catégories: Mes articles, English, 69 mots   French (FR) , Baptiste Wicht

Install the JR environment on Windows

Hi,

I translate a new article in English : Install the JR environment on Windows

This article will explain you the installation of JR under Windows Operating System. JR is a programming language used to solve the main concurrent programming problemns. It's an overlay of Java, so all you can do in Java, you can do in JR.

I hope this article will be useful to some of you.

Baptiste

Vous devez être identifié pour poster un commentaire.

01/01/2010

Permalink 10:10:34 pm, Categories: JTheque, English, 46 words   English (US) , Baptiste Wicht

New design for JTheque Web site

Hi,

I've made a new design for the JTheque web site : http://jtheque.developpez.com/en

I took the same design than for my personal web site. The web site is still generated with Maven 2, but i use a custom maven skin to generate the site.

Vous devez être identifié pour poster un commentaire.

29/12/2009

Permalink 11:08:03 pm, Categories: Mes articles, JTheque, English, 42 words   English (US) , Baptiste Wicht

Develop a modular application with JTheque Core 2.0.3

Hi,

I just written a new article : Develop a modular application with JTheque Core 2.0.3

In this article, we will see how to develop a Java modular application with JTheque Core 2.0.3. We will develop an applications and 2 modules.

Hope that wil be useful.

Vous devez être identifié pour poster un commentaire.

24/12/2009

Permalink 06:04:17, Catégories: Mes articles, English, 63 mots   French (FR) , Baptiste Wicht

Creation of Swing User Interface : Tables (JTable)

Hi,

I've translated my last article : Creation of Swing User Interface : Tables (JTable)

This article will introduce you to the creation of tables in Swing with the JTable class. We will see the elementary concepts of JTable and how to do operations like sort/filter or dynamid add/remove datas to the table.

I hope it will be useful for somebody.

Merry Christmas !

Vous devez être identifié pour poster un commentaire.

23/12/2009

Permalink 06:11:13 pm, Categories: JTheque, English, 128 words   English (US) , Baptiste Wicht

JTheque Movies 1.0

Hi,

I finished the development of JTheque Movies 1.0 :)

This application enable the user to manage a collection of movies and to read them directly in the application. For this last functionality, on Windows, you need Windows Media Player and on Linux you need VLC Media Player as web plugin. The user interface has been completely remade to be more esthetic.

» Read more!

Vous devez être identifié pour poster un commentaire.

15/12/2009

Permalink 09:13:01 am, Categories: English, 385 words   English (US) , Baptiste Wicht

Improve performance of your web site with Page Speed

Page Speed is a Firefox addon who add a new functionality to Firebug enabling the user to evaluate and improve the performances of a web site.

Although as improving perofrmances of a web site is no longer as critical as in the past with the evolution of new technologies, this has some advantages :

  • Make your site faster and logically more cumfortable for users. Moreover, all the users doesn't have broadband and improve the rendering speed can save users.
  • Reduce the used bandwith and the hosting costs
  • Improve the web itself respecting some simple rules.

Discover how to achieve this objectives with Page Speed.

» Read more!

Vous devez être identifié pour poster un commentaire.

14/12/2009

Permalink 07:40:22 pm, Categories: Mes articles, IntelliJ Idea, English, 117 words   English (US) , Baptiste Wicht

Review of Jetbrains Intellij Idea 9 Ultimate Edition

Hi,

I'm pleased to announce my first article in english : Review of Jetbrains Intellij Idea 9 Ultimate Edition.

It's the review of the last version of the Intellij Idea Java Ide. You'll find in this article the new functionalities of the IDE and my advice about the different news from this version.

This is my first article in english, so please tell me about every mistake you might find in the article or the website.

I also translated all my website in english : http://baptiste-wicht.developpez.com/en/

In the future, i will try to translate some of my articles and try to publish my blog subjects in the two languages.

I hope you will enjoy this resources :)

Vous devez être identifié pour poster un commentaire.

Liste des blogs

Blog de Baptiste Wicht

Blog de Baptiste Wicht

Avec ce blog, je vais vous tenir au courant de l'avancée de mes différents projets et de mes nouveaux tutoriels. Je vais aussi essayer de publier des news sur l'informatique en général et sur Java.

My English website
Site en français

Rechercher

<  Novembre 2011  >
Lun Mar Mer Jeu Ven Sam Dim
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        

Syndiquez ce blog XML

Articles :

Commentaires :

 
 
 
 
Partenaires

Hébergement Web