I just stumbled over the Apache POI project. The title reads Apache POI – Java API To Access Microsoft Format Files and this seems what it is good for. Maybe someone out there finds this as helpful as I currently do.

Here is how to let a svn client connect to a svn server on a non-standard port.

Fire up an editor and edit the file ~/.subversion/config.
(On a windows machine with TortoiseSVN go to TortoiseSVN settings. There is a button that opens the file.)

Find the section
### Section for configuring tunnel agents.
[tunnels]

and insert a statement like
otherportssh = $otherportssh /usr/bin/ssh "-p 4321".

This setting can now be used in a svn connection string like:
svn+otherportssh://username@host/path and it will connect to the port 4321.

See also:
The SVN redbook – Server Configuration – Tunneling over SSH

Have fun!

Nach langer Suche habe ich eine graphische Übersicht der gängigsten Swing Komponenten gefunden. Auf einer Webseite wird ein graphischer Überblick der Java Swing GUI-Komponenten gegeben. Für die Komponenten gibt es jeweils einen kleinen Screenshot und einen Link zum Tutorialeintrag. Und das ganze gibt es auch nochmal für Windows Look and Feel.