n Part 4, we implemented the GET Request to read data from a HCL Domino View and display it as table in the browser. In this part, I want to quickly add sorting to the table, in our case a quick client side function based on JavaScript.
I have been searching for an easy-to-use solution to run HCL Notes/Admin/Designer on Linux for years. I am used to Parallels Desktop on the Mac and in search of something similar on Linux I seem to have found a solution using the OSS WinBoat
In this part, we will take a look at the basic app architecture of what we are going to build. We will then start to build our basic services on the server side to create a fist communication between HTMX and our back end.