Develop a modular application with JTheque Core 2.0.3

The application logo

1. Introduction This article will teach you how to develop a first application with JTheque Core.We will develop a basic modular application, like an hello world. This little program will be composed of :A JTheque application A JTheque … [Read more...]

Pages: 1 2 3 4 5

Hardware Guide : The Hard Disks

Hard Disk

You want buy a new computer, but you cannot which hard disk to buy ? Or you want to buy a new hard disk for your computer ? So, this article is done for you. It will describe all the things you must be careful of when choosing a hard disk. … [Read more...]

Pages: 1 2 3 4

The reserved keywords of the Java Language

This article will present you all the keywords of the Java Language and their purpose.First of all, what's a reserved keyword ? It's a keyword of the language, for example true.What does that change for the developer ? You cannot use one of … [Read more...]

Pages: 1 2 3 4 5

Logging with SLF4J

SLF4J Calls redirection

I. IntroductionSLF4J is an abstract layer for logging APIs. The principle is roughly the same as Jakarta Commons Logging. The advantages of the use of such a layer enable to be completely independant of the logging implementation. So it's … [Read more...]

Pages: 1 2 3