Recent posts



A word from us, my sponsor: newtelligence SOA Workshop in Düsseldorf, October 13-15 2004

newtelligence AG will be hosting an open workshop on service-oriented development, covering principles, architecture ideas and implementation guidance on October 13-15 in Düsseldorf, Germany.

The workshop will be held in English, will be hosted by my partner and “Mr. Methodologies” Achim Oellers and myself, and is limited to just 15 (!) attendees to assure an interactive environment that maximizes everyone’s benefit. The cap on the number of attendees also allows us...

[Read more]

Looking for a word here ….

We have a bit of a wording problem. With what I am current building we have a bit (not precisely) a notion of "tail calls". Here's an example:

<FONT color=#0000ff size=4>

public</FONT><FONT color=#000000> <FONT color=#0000ff>void</FONT><FONT color=#000000> LookupMessage(int messageId)
</FONT></FONT>{
  
MessageStoreService messageStore = <FONT color=#0000ff>new</FONT> MessageStoreService();
  
messageStore.LookupMessage(messageId);
}

The call to LookupMessage() doesn't return...

[Read more]