NotesIn9 166: Learning XPages Part 7 – Company Controller
In this show I demonstrate how to setup and set using a Java “Page Controller”. This is a technique that Jesse Gallagher came up with and I absolutely love. Without a doubt it saved me a TON of work...
View ArticleNotesIn9 167: Learning XPages Part 8 – Working towards CRUD
In this show I continue on to the goal of CRUD. CRUD stands for Create, Read, Update and Delete. By the end of this show we should be able to achieve all 4 actions against the Company document. I’ve...
View ArticleNotesIn9 172: XPages Java Debugging
In this show XPages “Professor” and IBM Champion, Mr. Paul Withers returns for an in depth look at how to use the Java Debugger to step through the Java code in your XPages applications. In the...
View ArticleNotesIn9 173: Getting Started with Servlets
This is one of those shows that I think is really important. Today we welcome Eric McCormick, a new contributor and IBM Champion, to the show. Eric did a geat demo showing us how to get started...
View ArticleNotesIn9 076: What are Java Beans?
In this show I attempt to tackle the “forbidden topic”. Yep. Java. Me talk about Java. It’s unexpected. I know. This show is an expanded version of parts of a presentation that I did at MWLug. I first...
View ArticleNotesIn9 182: XPages and Java from Start to Finish
In this show I do an in depth demo of an XPages app that’s based on Java Code. I didn’t take time to build it from scratch in front of you, but I go over every line of code in the app. The app lets you...
View ArticleNotes In 9 : 189 Introduction to SonarQube with a side of Docker
In this show Eric McCormick returns to show us how to use SonarQube and Docker to help us improve our code.
View ArticleDiscussion on using PageControllers in XPages
WARNING: This is a long one. Enter if you dare. In the XPages Slack chat, which is free for anyone to join, hint hint. Whenever I see people working together to solve an interesting problem I...
View ArticleNotesIn9 192 : Intro to Graph Database in XPages
In this show IBM Champion and all around amazing developer Oliver Busse returns with an EPIC demonstration where he talks about using Graph Databases inside the XPages/Domino world. I’m far from an...
View ArticleNotesIn9 198: Convert a Document to a Java Object in XPages
In this show I show you how I typically go about converting a Domino Document to a pure Java Object.
View ArticleNotesIn9 199: Bitmask, Enums and Creating Excel reports from XPages
This is the big one! The last demo of my presentation at MWLUG 2016. In this show I’ll demonstrate how you can use something called a “Bitmask” and combine it with some Java code and the Apache Poi...
View ArticleNotesIn9 200: Access Server Databases From Code
Wow! Major milestone here. I really don’t want to make too huge a deal of this at the moment but I do have to say thanks for all the contributors that helped the show get to 200 episodes. NotesIn9 has...
View ArticleNotesIn9 207: Send Attachments to 3rd parties
In this show the amazing John Jardin returns with great information on how to get attachments sent to 3rd parties. Since integration with other systems is becoming more and more critical you certainly...
View Article