Reality-Loop

  • July 18, 2007

    Return of Friendship

    In the good old days, friendship was a meaningful construct. On lone evenings, I like to look back to the long gone era of C++, long before the decadence of virtual machines and the sloth of garbage collection.  Back in th...

    Read more ...
  • July 12, 2007

    Workshop: Testing Java EE Applications

    Last Friday I was holding a Workshop at the 'Software Schule Schweiz' (SWS) about Testing Java EE Applications. The slides and the example code can be downloaded here. The workshop was part of the Course 'Enterprise Application Development mi...

    Read more ...
  • July 09, 2007

    More Wisdom

    This one is for the most faithful reader of this blog: "You must be the change you wish to see in the world."- Mahatma Ghandi

    Read more ...
  • June 20, 2007

    The same but different

    Allegedly Martin Fowler is working for some time on a second volume of Patterns of Enterprise Application Architecture. One group of patterns he is writing about is Presentation Patterns. Here you can find the usual suspects like: Model-View-Cont...

    Read more ...
  • June 20, 2007

    Join Tables and Domain Models

    In Domain Models arises often a design problem, when there is a relation between two entities and the relation itself holds additional attributes. As an example a relational model would basically look like this: Readings is basically a Join ...

    Read more ...