Author Archives: admin

Apache Wake a.k.a. Kune

Installing the Kune/Apache Wake Debian package This is a small guide to install Kune in Debian and derivative distributions (Ubuntu, etc).

Posted in Java | Leave a comment

Using the Java Native Interface in C#

Hier ein fremder Artikel, den ich aber für extrem interessant halte By Simon Agholor, 22 Apr 2013    4.43 (9 votes) Download source code – 42.3 KB Introduction The JNI or Java Native Interface is a set of features available in the Java platform. Applications … Continue reading

Posted in .NET, Java | Leave a comment

NTLM Authentication Scheme for HTTP

Introduction This is an attempt at documenting the undocumented NTLM authentication scheme used by M$’s browsers, proxies, and servers (MSIE and IIS); this scheme is also sometimes referred to as the NT challenge/response (NTCR) scheme. Most of the info here … Continue reading

Posted in .NET, Allgemein, Java | Leave a comment

Gehversuche mit Mule

Die Integration unterschiedlicher Softwaresysteme in einer heterogenen Systemlandschaft ist bis heute für viele IT-Architekten eine der anspruchsvollsten Aufgaben, sowohl aus technischer als auch aus betriebswirtschaftlicher Sicht. In der Vergangenheit wurden daher viele unterschiedliche Integrationslösungen entwickelt, die sich mehr oder weniger … Continue reading

Posted in Java | Leave a comment

Maven in den Griff bekommen

Schritt 1 – Maven installieren Im ersten Schritt muss man Maven installieren. Maven ist ein Satz von Werkzeugen zur Verwaltung von Softwarebauprozessen. Maven wird über Konfigurationsdateien (pom.xml) gesteuert und von der Kommandozeile aus angestoßen. Die Installation auf einem aktuellen Ubuntu … Continue reading

Posted in Java | Leave a comment