<< 06 April 2006 | Home | 08 April 2006 >>

Java in Notes/Domino Explained: Tricks in the Java Debug Console

The Java Debug Console is your friend - especially if you know which buttons to push...

Read more...

Re: Loving policies - especially mail settings

Well the honeymoon was short... After having used mail settings to deploy a specific calendar settings to our users we are discovering that the setting isn't correctly applied to the mail databases. Guess it's time to call Lotus Support.

Read more...

A challenging DB2 project coming

At the office we have been contacted by a customer who wants help designing and implementing a (relational) database but it's not just any database. We are talking a database that will grow anywhere from 60 to 240GB per month!! How's that for requiring scalability? Being in bed with IBM we have of cause already been in contact with the DB2 guys at IBM here in Denmark to get some help. I think we need to think this project through before starting of... :-)

Does anyone know of any storage related restrictions on the DB2 products?

Java in Notes/Domino Explained: Creating your own packages

The main purpose for creating your own packages is to create a namespace for your classes to avoid classname collisions, which can be very useful when dwelving deeper into Java development. This post shows you how.

Read more...