by Sean Cull | Oct 20, 2015 | Dev Tips, Admin Tips |
We used scheduled code in our XPage apps to do things like pre-building dashboards and storing the data in the application scope. There is no simple way to schedule Java code that has been written for use with XPages. The best solution I have found has been to use... by Sean Cull | Oct 9, 2015 | Dev Tips |
This was a new one to me and IBM support did a great job of helping us to find the issue. We modified a customers mail template to add some core business functionality that processed the inbound emails before they appeared in the in-box and provided some quick filing... by Sean Cull | Jul 23, 2015 | Dev Tips, Admin Tips |
We have had a spike in help desk calls with general “oddness” in one of our XPage applications. This has been triggered by an upgrade to the Domino server that included a new CKEditor version. It seems as though Chrome ( possibly other browsers ) cache the... by Sean Cull | Jun 22, 2015 | Dev Tips |
We have been chasing our tails with a server that has ruin really well for a number of years and suddenly started to crash over the last few weeks. We scoured the logs, domlog, server stats etc.. and couldn’t find a pattern. It turns out it was a 4 year old bug... by admin | Feb 10, 2015 | Dev Tips, Admin Tips |
I recently got this message when trying to replicate a Lotus Notes / XPage database that I had been working on. I had already ticked the “Allow More fields in database” option. The application does use documents with programmatically generated fields but... by admin | Jan 29, 2015 | General Blog, Dev Tips |
Improved User Experience We have found that one of the most difficult parts of developing modern XPage applications has been providing the faceted filtering that users expect from modern web apps. By faceted I mean filtering that is intelligent – If I choose the Ford...