IBM Connect 2017

With a little over a week to go, IBM Connect 2017 looks set to be as busy as ever. 2016 was a challenging year as a Domino developer, testing the faith and patience of many. My attendance at IBM Connect as a speaker, Business Partner and IBM Champion may seem “business as usual”, but it […]

Setting Names, Readers and Authors the ODA Way

No matter how long you work with an API, there can still be surprises. Yesterday proved one of those for me. While troubleshooting an issue for someone with setting an Authors field in a document (it turned out there was an obscure bug that meant it was trying to recycle a String in a Vector), […]

Git Flow, Maven, ODA and Domino FP8

The last few weeks quite a large amount of my work has been outside the NSF, so using more standard development tools in a more standard environment. There have been some challenges but also some refreshing experiences. Git Flow One of the big challenges for traditional Domino development is when features are requested but cancelled […]

Domino App Dev, Performance and Verse

Performance is an area that I have been very aware of with Domino, as I’ve previously blogged about. It’s an aspect I cover in basic XPages training and sessions I’ve done. But before going any further, it’s important to realise performance falls into two distinct areas – developer performance (speed to market) and code performance […]

WWS Java SDK API 0.5.0 and GraphQL Visualisations

As I’ve blogged before, over recent weeks I’ve been working with Christian Guedemann on a Java SDK for the Watson Work Services API. The documentation has been available since it was released at the end of October. There has also been a GraphiQL in-browser IDE for writing, validating and testing GraphQL queries against Watson Work […]

Tip: Copying and Pasting Java Classes in DDE

Earlier today I say a tweet from Fredrik Norling about a blog post he did in 2014 for copying and pasting Java code between XPages and Java agents. Used my code to export a webservice today, great way for webservices in XPages https://t.co/GYg85tZ86C #XPages — Fredrik Norling (@XPageDeveloper) 15 December 2016 It reminded me of […]

Intec's Returning Champions

Yesterday the 2017 IBM Champions for ICS were announced during #MeetIT. It was great to see again that Intec has two champions, both returning. Tim Malone was announced as an IBM Champion for the fourth consecutive year alone with Paul Withers, who has been ever-present since the program began for ICS in 2011.

ViewScope, Full Refresh and reloadPage()

Recently I picked up on a discussion about managed beans, viewScope and full page refreshes. If I understood the comments correctly, the expectation was that a full page refresh would reload the managed bean. My IBM Connect session at the beginning of this year (which is being re-run for TLCC’s webinar next week) was all […]

Watson Work Services Java API Introduction

For a few weeks now, Christian Guedemann and I have been working on a Java API to send requests to Watson Work Services to interact with a Watson Workspace. I blogged about the approach recently. I was determined to avoid Java developers having to write strings of JSON data to pass as queries to Watson […]

DDE Local Preview and CKEditor

For a long time I’ve been a strong advocate of using a local Domino server for XPages development. DDE Local preview had its place for Notes Client development, but has not had the required investment to keep pace with XPages enhancements. There are now too many quirks and workarounds required when using local preview to […]
Scroll to Top