NotesIn9 153: Java based Debug Control Part 1
In this show Greg Reeder, XPage developer and new contributor joins the show to talk some Java and how you might be able to use it to build a logging control for errors and messages. This is the first...
View ArticleNotesIn9 154: Java based Debug Control Part 2
In this show Greg Reeder, XPage developer returns for part 2 of his series to talk some Java programming and how you might be able to use it to build a logging control for errors and messages. This is...
View ArticleNotesIn9 155: Java based Debug Control Part 3
In this show Greg Reeder, XPage developer returns for part 2 of his series to talk some Java programming and how you might be able to use it to build a logging control for errors and messages. This is...
View ArticleNotesIn9 156: Introduction to Custom Renderers in XPages
In this show, Jesse Gallagher officially starts the NotesIn9 Hackathon with a great introduction on “custom renderers” in XPages. While this seems to be a really scary topic, Jesse explains it in a...
View ArticleNotesIn9 158: Intro to the Frostillicus Framework
In this show Jesse Gallagher returns to give us an introduction to this amazing Framework he’s created to try and improve the XPages coding experience. I can’t say that I totally “get it” yet BUT it...
View ArticleNotesIn9 160: Learning XPages Part 1 – Installing Designer
This show beings my great experiment. I’ve wanted to do this for a couple of years actually. I’m going to ATTEMPT to start from scratch and build an XPages Application. I’m going to assume that the...
View ArticleNotesIn9 165: Learning XPages Part 6 – Forms, Views and XPages
In this show we finally start coding. Horaay! I’m going to create a form and a couple views to start setting up how the data for the applicaiton will work and then I’ll go right into some Java which...
View ArticleNotesIn9 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 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