Integration of Java Content Repository (JCR) into Java Enterprise Environments (Java EE)

December 31 2007 by Bernd Rücker · Leave a reply

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..

SSL mit EJB3 im JBoss 4.0.x

December 31 2007 by Bernd Rücker · Leave a reply

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..

JSF: Passing Parameters per HTTP GET within the URL

December 31 2007 by Bernd Rücker · Leave a reply

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..

Client-Jaas Anmeldung am JBoss

December 31 2007 by Bernd Rücker · Leave a reply

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..