Feeds:
Posts
Comments

Archive for April, 2008

This is a follow-up on a post “ADF Faces RC: Expanding an af:tree node by clicking onto its label” by Frank Nimphius.
The problem is to be able to expand/collapse a Tree node by clicking on it’s label. Frank’s solution is based on JavaScript. The solution bellow is a server side and based on a session [...]

Read Full Post »

In Linux you might want to kill all processes by part of the CMD, or in other words by part of the program name. So instead of searching all processes and killing them all by PID, you might use a little bash script:

#!/bin/bash

# parse PID’s of matched processes and
# feed them to kill -9 using [...]

Read Full Post »

03.15-03.22 I was skiing in Soelden, Austria. Although most of the days were extremely foggy the overall experience was great… Here are some photos:

Read Full Post »

Warning: this stuff is written more than a year ago and might not fully reflect current situation. It’s not production ready (performance is not addressed here – think cache). This tutorial is no longer supported. Use at your own risk.
SOAP definition from Wikipedia:
SOAP is a protocol for exchanging XML-based messages over computer networks, normally [...]

Read Full Post »

Older Posts »