Fixing Redirects of a Play! App behind an Apache2 SSL Proxy
So you just finished your first Play! App. You want to run that thing behind an Apache2 as a HTTPS Proxy, because you do...
my personal Site of Things
So you just finished your first Play! App. You want to run that thing behind an Apache2 as a HTTPS Proxy, because you do...
I have the feeling, that i might need this someday :-). Collecting Mails from an IMAP Server with Java is pretty easy: package de.javastream.imapcollector;...
I was just curious how easy it might be to write a RAID5 compatible Outputstream in Java? Just a few Lines. For sure it...
Sometimes you need to use some CLI-Tools before you want to create or search for a native JNI Binding. So there is a common...
I just finished my latest improvements to the legacy version of my counter script. I just added the lookup for ISPs and added dynamic...
Um eine Play!-Anwendung zu testen, welche HTTP-Basic-Auth verlangt ist es notwendig, die Standard-Datei ApplicationTest.java anzupassen: Verändert werden muss die Test-Methode testThatIndexPageWorks(): Aus @Test public...
Es ist möglich, eine Play!-Anwendung sehr einfach in eine WAR-Struktur zu übertragen und in einen Application-Server zu deployen. Dies ist recht gut unter Deployment...
Nice to know: The Build-In Security Realm of Jenkins/Hudson is based on acegisecurity. The Hash is Sha256 based. For a Salt foo and a...
Neben vielen berechtigten Kritikpunkten die manch einer dem Build-Tool Maven vorwerfen kann, ist oftmals der falsche Einsatz einer der Hauptgründe für die schlechte Perfomance...
Manchmal gibt es den Fall, dass es notwendig ist, eine externe Bibliothek in einem Maven Projekt einzubinden. Um nun im Build Zyklus des Maven-Projektes...