Blog Archives

Controlling The Frontend

Before we can start building our frontend we need to tell our Spring Boot application how to handle the incoming requests and what html page to display. This is done using Spring MVC which we added when we picked the

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

Extending Your Entity Repositories

Now that the basic CRUD interface is working it would be nice if we could extend the interface to make it even more useful. What if we wanted to return a list of all the locations in a particular state

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

Thats just a load of CRUD

CRUD stands for Create, Read, Update and Delete which are probably the most basic of things that you can do to a piece of data. Spring Boot gives you a very easy way to setup an interface between your application logic

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
Archives