Out with the Old, In with the Old, Building your Domino Web Application using DX Objects

Building a Web application on HCL Domino can be challenging because there are so many ways of creating a Web application. There is just no design pattern to follow or best practices. This is good for us who like to experiment, but bad for developers who just want to follow an official approach. You can use XPages, classic Domino Web with Pages, computing fields and computed text with formula language or you can create apps using REST APIs with LotusScript, Java , DAS (please no) , view read entries or even DRAPI as Paul Withers has demonstrated on his blog, https://paulswithers.github.io/blog/2024/08/15/xpages-web-1/ However, there is little talked about a very old technique that dates back to the beginnings when Domino became web enabled. As part of my data visualization session demo at Engage 2025, I used this technique to generate the web pages and dashboards. This technique allows you to separate the form, data and business logic and creates a sta...