Considered that one or more instances of a DOTS tasklet could be running at the same time, writing solid code might represent a challenge. Some points of attention: Each tasklet instantiates its own configuration (escheduled tasks with different time intervals included), in other words no global scope out of the box. DOTS doesn’t keep track […]
Tag: pattern
Providing configuration document for DOTS tasklets
Flexibility is always welcomed when it comes to configuring apps – or DOTS tasks in this case. A database is the usual route to store preferences that will determine their behaviour. It might be easy to set this up with a XPages applications, a little less so for a DOTS tasklet. What might immediately come […]
Building upon StandardXPageController and XPageController
When I started diving in XPages for real – read no SSJS involvement – I derived great benefit from reading and examining the work done by Jesse Gallagher. His framework helped me to push some boundaries. In particular I immediately adopted the XPageController approach and made it my own. Over time I built upon that […]