Articles

Hierarchical queries using the Oracle RDBMS

This article describes how to execute hierarchical queries for a tree structure using the Oracle RDBMS.

Read more ...

Executables within the JDK and JRE

This article lists and briefly describes the various executables which can be found in an Java JRE's or JDK's bin directory. For some of the more interesting tools, screenshots and simple usage examples are also shown.

Read more ...

Overview of Oracle Platform Security Services

This article shows the structure of the Oracle Platform Security Services and gives some code samples to show how clients can use the JPS API.

Read more ...

Overview of the ADF security model

This article describes the different artifacts which are used to specify the access rights in an Oracle ADF application. This is basically a high level overview of the data stored in the src/META-INF/jazn-data.xml file.

Read more ...

New features in Java 8

This article describes some of the new features in Java 8, like Lambda expressions and Virtual Extension Methods

Read more ...

Using strong encryption in Java

This article shows how to configure a Java JRE to use unrestricted cryptographic algorithms.

Read more ...

WebLogic logging configuration

How to configure logging in standalone Weblogic server 11g on Unix

Read more ...

Creating Java stack traces

This article shows different ways how to create a stack trace from a running Java Virtual Machine, and explains two command line programms to create the stack trace for the Sun JVM and the jrockit JVM.

Read more ...

Introduction into functional programming

This article gives an introduction into functional programming and explains lambda expressions and closures.

Read more ...

Java 7 feature: try-with-resources

This article explains one of the new Java 7 features, the try-with-resources statement.

Read more ...

Java Nested Classes

Read this article for an overview of Java nested classes.

Read more ...

Order By Performance

Some basic investigation on the performance impact of using ORDER BY in SQL queries.

Read more ...

Character Encodings

With internationalisation and localization becoming more and more important, it becomes also more and more important to know how operating systems and programming languages handle multi language texts. This article gives an introduction to character encodings and how they are supported in different languages. The article is currently still work in progress but already provides...

Read more ...

Electronic circuit simulation with NG-SPICE

I recently spent some time to learn how to use the open source Electronic Circuit Simulation program ng-spice. This article contains an introduction into this application and how to use it together with the open source package gEDA (GPL electronic design automation). Some example circuits are also provided.

Read more ...

Configuring Linux with initial ramdisk support

Ever wondered how you can make the static part of the linux kernel as small as possible? Many distributions do this in the background, but this article gives some hints how this can be done manually.

Read more ...