Data Center with Divine Blessings
Posted by Stephan H Wissel on 29 December 2007 | Comments (4) | categories: Technology
Usability - Productivity - Business - The web - Singapore & Twins
Posted by Stephan H Wissel on 29 December 2007 | Comments (4) | categories: Technology
Posted by Stephan H Wissel on 25 December 2007 | Comments (0) | categories: Singapore Twins
Posted by Stephan H Wissel on 18 December 2007 | Comments (5) | categories: IBM Notes Lotus Notes
NotesStream.write(someStringInside)the compiler will not warn you, that you shall not provide String where Byte is needed. But the runtime will take care of you! It will terminate the execution of your subroutine (not the entire script, just the subroutine) without error message, because you shall not write String where Byte is needed and before you commit this blunder again the routine terminates. And don't get me started on Streams, Transformers and character sets. . With this little hickups Blizz is progressing.
Posted by Stephan H Wissel on 17 December 2007 | Comments (0) | categories: Show-N-Tell Thursday
ServletOrTag.getResult {
stuffRenderer.render(configName, parameters) -> OutputStream {
configFetcher.fetch(configName) -> configObject;
stuffTransformer.setSession(dxp2Session);
stuffTransformer.transform(configObject, parameters) -> OutputStream {
stuffFilter.setSession(dxp2Session);
stuffFilter.filter(configObject,parameters) -> OutputStream {
stuffFetcher.setSession(dxp2Session);
stuffFetcher.fetch(configObject,parameters) -> OutputStream;
}
}
}
}
Posted by Stephan H Wissel on 16 December 2007 | Comments (0) | categories: IBM Notes Lotus Notes
Posted by Stephan H Wissel on 12 December 2007 | Comments (3) | categories: Blog
Posted by Stephan H Wissel on 10 December 2007 | Comments (0) | categories: Blog
Posted by Stephan H Wissel on 09 December 2007 | Comments (0) | categories: After hours
Posted by Stephan H Wissel on 09 December 2007 | Comments (0) | categories: IBM Notes Lotus Notes
Posted by Stephan H Wissel on 07 December 2007 | Comments (0) | categories: Software