Prelude
This year I’m being a student placement in a company, involving in IBM Lotus Domino application development. I’ve gone through some tasks about program development or enhancement, which I’ve faced many problems on Lotus Domino. Some of them may have solution, where some of them are the weakness of Lotus. I’ve spent a lot of time to explorer these issues, and hope that I can share my experience here, to save your time.
What’s profile document?
First, I’ll talk about the Profile Document Caching problem. Profile Document is very useful for developing domino application, as it can serve as setting documents which is cached in RAM, for fast access. Also, in web access, it has a advantage that using @GetProfileField have no field size limit (unlike @DBColumn or @DBLookup), that it is a quick solution to load large amount of text.
» Read more: Lotus – Profile Document Cache