Blog Archives

Person Persons People

Now that the Location class has been created it is time to create our Person class. As the name suggests it represents a single person in the data store. This class is very similar to the Location class so I

Tagged with: ,
Posted in Domino To Spring, None

A view in to your data

In the Domino world the data store is part of the application container. When building your app you will invariably start by creating your forms and views to hold the basic structure of the data. For this Spring Boot based application I

Tagged with: , , , , ,
Posted in Domino To Spring, None

Branching Out On Your Story

Before you start writing code you should create a branch to add the code to in your git repository. You could decide to create the branch directly in your IDE if it has Git support, or if you are using

Tagged with: , ,
Posted in Domino To Spring, None

Mapping Out Your Ideas

Before we start slinging code around it would probably be a good idea to map out a few concepts and requirements. I’m going to use the VSTS work section to do this. I will create requirements for each idea that

Tagged with: ,
Posted in Domino To Spring, None
Archives