Blog Archives

Adding Some Demo Data

Before we can start displaying data in our application we need to add some demo data. You could point the data source to be an external persistent data source that contains test data instead of using an in-memory data source that

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

Pushing your changes to GIT on VSTS

So we have created our first two code changes and you are now ready to commit them to git. My rule is to commit often as this gives you a much better granularity for figuring out when bugs are introduced

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
Archives