Blog & Technical Insights

Home » Blog & Technical Insights

Watson Workspace Integration into IBM Connections Cloud

I’ve made no secret of my liking for Watson Workspace. Recently the first part of integration between Watson Workspace and Connections Cloud has gone live. This is integration from Connections Cloud to Watson Workspace. The details are in the IBM Knowledge Center. Currently this comprises two areas of integration: Switching out Sametime for Watson Workspace […]

Repost: "On The Shoulders of Giants – How We Learn"

Today, I came across via Twitter a blog post from Gab Davis, community and IBM Champion legend – and I make no apologies for calling her that, because she is. The blog post concerned me a lot because our community is lauded – rightly so – as being generally more helpful, more collaborative, more open […]

Engage 2018

Later this month I will be speaking at Engage, delivering the session that John Jardin and I gave at IBM Think, “Tips and Tricks: Domino and JavaScript Development Masterclass”. As ever, Engage looks to be a major conference on the ICS calendar, with a very strong and interesting agenda. The direction that community sessions have […]

Navigators and RepeatTreeNodes – A Brain Dump

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

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

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

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

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

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

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 […]
Scroll to Top