SmartNSF Beta 4 released  

By Martin Jinoch | 7/21/17 4:31 AM | - | Added by Oliver Busse

Go get the fresh release of SmartNSF to OpenNTF.org, give it a go a let us know what you think! Changelog is available in the wiki as is the documentation.

What to expect in upcoming SmartNSF Beta 3 release?  

By Martin Jinoch | 3/20/17 8:19 AM | - | Added by Oliver Busse

We've decided to rename strategies to make the names shorter, yet still descriptive enough. We've basically removed all SELECT_ and ALL_ parts of the names. For example SELECT_ALL_DOCUMENTS_FROM_VIEW is from now on DOCUMENTS_FROM_VIEW. Extending the life of your keyboard is just a positive side effect of this change.

Re: Domino REST performance analysis  

By Martin Jinoch | 3/15/17 2:31 PM | - | Added by Oliver Busse

Csaba Kiss has published blogpost http://xpagexplorer.org/domino-rest-performance-analysis/ about his findings regarding performance of various REST technologies available on Domino now.

Bye bye Domino!  

By Martin Jinoch | 8/22/16 9:34 AM | - | Added by Oliver Busse

First time I was planning to "abandon" Domino as my primary application platform around 2002, when I decided to switch to Java. A decision that has proven to be very wise during last 14 years.

Plugins disabled in DDE after installing 9.0.1 FP5IF1  

By Martin Jinoch | 12/26/15 7:02 AM | - | Added by Oliver Busse

You may already have 9.0.1FP5 or better FP5IF1 already installed. If Designer is part of your installation, chances are all your plugins in DDE got disabled. I mean the plugins you have installed to DDE, such as newer version of Extension Library or OpenNTF Domino API.

Automatic building of NSF from (git) repository  

By Martin Jinoch | 2/7/14 1:17 AM | - | Added by Per Henrik Lausten

I finally had some time to try new "experimental" feature that has been added to IBM Notes in 9.0.1 release. And it is the ability to automatically take repository containing so called on-disk project and build NSF out of it. Which is something you probably do daily, but you have to do it manually in Designer.

Domino Designer and .git folder mystery  

By Martin Jinoch | 5/2/13 12:25 AM | - | Added by Niklas Heidloff

Twitter conversation about version control has brought me to the debate about .git folder appearing in NSF file and how to avoid having it there.

Call doc.closeMIMEEntities after touching doc.getMIMEEntity  

By Martin Jinoch | 1/22/13 11:41 PM | - | Added by Niklas Heidloff

Another stupid mistake has taken a lot of my time last week. I developed a small library to provide function(s) to move attachments from rich text fields to separate db (nsf or some other). This function was supposed to be part of bigger process, so saving of document being processed was meant to happen in other code.