Lotushints

Lotus Notes tips & tricks you always hoped you will not need

Entries for the ‘Uncategorized’ Category

Design patterns – Part 9: Mediator pattern

This week, I present to you not much used, but quite useful Mediator pattern. Mediator pattern provides a unified interface to set of interfaces in a subsystem. Or, to simplify… Mediator pattern is mediator for communication between several classes.

Happy Easter holidays…

…yeah, you noticed… There won’t be a post this week. Enjoy your holidays.

Version control and bug tracking

In my years of developing software, I come to realize that what every software development department needs is: some sort of IDE with a compiler version control and bug tracking. Usually you get stuck with IDE with a compiler. Everything else is up to you. But how are things in Lotus Notes?

Got sick :(…

… so there will be no post this week. Sorry.

Happy New Year!

I do wish all of you a happy and successful New year 2009. May all your wishes come true and all your code work. Oh, and you have probably noticed, there won’t be an article this week .

Securing Web Services

Last week I wrote my first web service (yay!). I am not going to write about that, as process of creating web services is nicely described at IBM developerworks. But, back to my service. The service is used to do some work that only my consumer application should be able to do. However, due to [...]