Navigators and RepeatTreeNodes – A Brain Dump
By Paul Withers |
In an application I was extending, I wanted to use a Navigator component that worked very dynamically. It was to replace nested repeat controls. The Navigator has a RepeatTreeNode and it seemed a reasonable approach to nest them. So the structure I was building was: Navigator RepeatTreeNode (var=”level1″) whose children are BasicContainerNodes whose label is […]
Watson Assistant Outside US
By Paul Withers |
Over the last few months I’ve been digging further into Watson Assistant (previously Watson Conversation). If you’ve watched my OpenNTF contributions, that’s apparent from the XPages library I put up there which wraps the Watson Developer Cloud Java SDK. One of the nice things about Watson Assistant is natural language parsing of dates using the […]
Scheduling XPages Code – Video and Addendum
By Paul Withers |
Following the blog posts and the demo, which took some time, I’ve finally created a video on my YouTube channel, which you can also access below. It’s quite a long video but that’s because I go through all that I’ve gone through in the blog posts and more. And if it’s not included elsewhere – […]
Scheduling XPages Code – Part Six
By Paul Withers | | 3 Comments
So far we’ve covered using Node-RED triggering REST services which could be SmartNSF routes, XAgents or custom Java REST services in OSGi plugins – and indeed any REST endpoints, on Domino or beyond. Apart from re-using XPages code, there’s no real advantage so far over LotusScript or Java agents. But if agents are dependent upon […]
Scheduling XPages Code – Part Five
By Paul Withers |
In the previous part we used a basic XAgent and a SmartNSF custom route to trigger Xots tasks. But both still required setting up a Xots task as a specific Java class. As long as all we’re wanting to do is process a REST service and send a basic response, there are more things we […]
IBM Think Presentations
By Paul Withers |
At IBM Think I presented four sessions. Two were on The IBM Champion and Community Day on Sunday. One was titled “Social Zero to Community Hero” with Tony Holder and Alex Ivanov, who was also announced as an IBM Lifetime Champion that afternoon. This detailed what a Champion is and the different paths a champion […]
Scheduling XPages Code – Part Four
By Paul Withers |
In the previous part I covered Node-RED. The announcement a few weeks ago of NodeJS integration with Domino will hopefully reduce resistance from customers for using the two together. In this part I’ll start covering XPages code triggered from the scheduled tasks – or external integration points – of Node-RED. Bear in mind that I’m […]
IBM Think Review 3 – Domino App Dev
By Paul Withers | | 1 Comment
I was fortunate enough to have a number of discussions with various people from IBM and HCL while I was at IBM Think. Some of those were with people I’ve known for a while, like Jason Gary and Barry Rosen, while others were with newer contacts like John Paganetti, Andrew Manby and the (quite new) […]
IBM Think Review 2 – ICS Announcements (Excepting App Dev)
By Paul Withers |
There were a host of announcements at IBM Think, some of which I may have missed. But I’ll cover all the ones I did catch here. I will leave Domino app dev for a separate blog post covering everything announced about V10 to date as well as my thoughts about what they mean to all […]
IBM Think Review 1: Non-Technical Observations
By Paul Withers | | 1 Comment
There will be a number of reviews of IBM Think from me, on various topics – gone are the days when there was a very tight narrow focus to my attendance at an IBM conference. But this first post is a review of some of the non-technical aspects of the conference. This was the first […]
Recent Comments