Introduction: Using regular expression

Many script programming languages have regular expression and most of modern compiler based programming languages also. This document is an introduction for using regular expressions.

The three parts of introduction are the base concepts of regular expressions, base concepts for Java programming languages and the Java practice.

Read more...

 

Performante Anwendungen mit Java

There are no translations available.

Informationen zur Performanten Implementierung mit Java finden Sie im Performance Handbuch.
 

Testgetriebene Entwicklung mit JUnit

There are no translations available.

JUnit ist eine OpenSource API, welche von Erich Gamma für die systematischen Test von Java Klassen bzw. APIs entwickelt wurde. Dabei können die Methoden von Klassen im Blackboxtest überprüft werden. Dazu werden die Ergebnisse der Methoden mit einem vorher definierten Ausgangszustand - dem erwarteten Ergebnis abgeglichen. Ziel der JUnit API ist es hierbei gezielt und automatisiert zu testen, so dass das Einfügen von Debug Anweisungen in den Quellcode unterbleiben kann. Die JUnit API kann unter http://download.sourceforge.net/junit/ in der jeweils aktuellen Version bezogen werden.

Read more...

 

Save Images with Java

To save an image provide Sun Microsystems the package javax.imagio with some nice classes. The implementation of save process contains service provider classes - the ImageWriter - and some come to you with the Java Runtime Environment. One ImageWriter can store JPG images for example to your file system.

Read more...

 

How to use own fonts in my Java applications

Using of own fonts are often a problem for your application deployment. A font is a external resource, need to be on running system. You have some alternate ways: You deploy your font with your application (do not work with applets), you hope the font is installed or your deploy your font within your application.

This Article only describe the last way - deploy font within your application.

Read more...

 
More Articles...