OpenNTF Domino API and Scheduled Agents  

By Devin Olson | 6/25/15 12:41 PM | - | Added by Kenio Carvalho

Scheduled agents run in their own little space, and the boundary between their space and the JSF / XPages environment is strong. This means your awesome Java code using the OpenNTF API simply won't work in a scheduled agent.

OpenNTF XSnippet: Scheduled XAgent - NON SSL  

By Devin Olson | 6/25/15 10:03 AM | - | Added by John Oldenburger

Java Agent Code for hitting an XPage via NON-SSL encryption. Hitting the XPage from a scheduled agent allows us to "trigger" the XAgent code on a scheduled basis. Note that for Anonymous ACL to work on the database containing the XAgent XPage, it must be set to at minimum of READER.

OpenNTF XSnippet: Scheduled XAgent -SSL Encrypted  

By Devin Olson | 6/25/15 10:01 AM | - | Added by John Oldenburger

Java Agent Code for hitting an XPage via SSL encrypted connection. Hitting the XPage from a scheduled agent allows us to "trigger" the XAgent code on a scheduled basis. Note that for Anonymous ACL to work on the database containing the XAgent XPage, it must be set to at minimum of READER.

Tim’s Magic Button  

By Devin Olson | 3/31/15 6:45 PM | - | Added by Kenio Carvalho

It allows you to select a document from a view and then add, edit, or delete any field on the document. Nothing more, nothing less. But sometimes, that is exactly what you need.

A very brief introduction to Expression Language  

By Devin Olson | 11/7/14 1:22 AM | - | Added by Oliver Busse

It has been a while since my last post, and I thought i would break the silence with a fun little excursion into the Expression Language Processor. I will follow this up with a subsequent post which may or may not be called the "What #&$%ing Broke Now?" lesson. But I digress... A bit of a primer on EL (Expression Language) and Java is in order.

Nate and Tim’s Excellent Recycle  

By Devin Olson | 8/28/13 12:49 AM | - | Added by Niklas Heidloff

During the "Build A Bean Workshop" that Mike McGarel and I presented at MWLUG 2013, I mentioned a wonderful utility method I received from Tim Tripcony, who in turn based it on some original code (and a bit of conversation) he received from Nathan T. Freeman.

Learning XPages  

By Devin Olson | 10/11/12 1:03 PM | - | Added by Per Henrik Lausten

Since the advent of XPages several years ago, I've heard the following mantra more times than I care to remember: "You don't need to know Java to write XPages" While you may technically be able to build an XPages application (or several) without knowing Java, you will never be able to build a good one.