For JCR there was a interessting master thesis, done by Hendrik Beck at camunda GmbH. As a result, the open source project www.jcr-explorer.org was released. Read some background in this article.
Read on..
Möchte man einen Java Swing-Client elegant per Webstart an einen Application-Server anbinden wird häufig SSL-Verschlüsselung benötigt. Hier beschreibe ich das Vorgehen zur SSL-Absicherung von EJB3 SessionBeans im JBoss.
Read on..
In JSF communication between browser and server is done by JSF with post-backs using HTTP POST. This means in all cases, that it is not possible to use parameters within the URL of a page (HTTP GET). However, for some reasons (often not technical ones) it might be desirable to use the URL (e.g. to allow visitors to bookmark a page). Within the community some discussion have been held. In this article I will introduce my solution that is working well as a pragmatical real-world solution.
Written by Hendrik Beck.
Read on..
Sich programmatisch per JAAS beim JBoss anmelden ist gar nicht so einfach, daher habe ich hier kurz beschrieben, wie ich das realisiert habe.
Read on..