As of Play! 1 is not really supported anymore, i will describe the steps for accessing Data from your LDAP … More
Category: Play! Framework
Adding LDAP Authentication to a Play! 1 Application
You will often find yourself in a situation where you need a public and a private (normally some Administration) Area … More
play-i18ned
This Module provides support for converting Play! i18n Files into an Excel Sheet and from an Excel Sheet to i18n … More
Starting work on a new ZFS Web Admin
Hello there. After the Stats showed me, that the ancient Post about a Web based ZFS Interfaces produces a lot … More
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 … More
Hacking just for Fun: using Bookmarklets
So there are a handful of webtools using Bookmarklets for their services. The first i know was del.icio.us for saving … More
Run local/remote terminal commands with java using ssh
Sometimes you need to use some CLI-Tools before you want to create or search for a native JNI Binding. So … More
Counter Update
I just finished my latest improvements to the legacy version of my counter script. I just added the lookup for … More
Testing Play! Applications with HTTP Basic Auth
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 … More
Play! Applications und der App-Context
Es ist möglich, eine Play!-Anwendung sehr einfach in eine WAR-Struktur zu übertragen und in einen Application-Server zu deployen. Dies ist … More