Category: java
-
Book Reccommendation: Mastering Spring Boot 3.0
In my quest to convert to Java I picked up a resource that I really love. Coming from Microservices on .NET and being a student of Chris Richardson’s Microservice Patterns (another great book, get it if you don’t have it!) I came across this fantastic book which not only explains Spring Boot but applied the…
-
Adding data classes, simple testing with JUnit and Mockito
Welcome back to my series on Java for .NET Developers. This series is intended to show how to migrate your C# skills over to Java. In the last post, we showed how to make a simple Hello World API and inject a Greeting service into the controller. We looked at the Spring Boot equivalent of…
-
Hello World: your first Java Api (with service injection!)
Welcome, .NET developers. Let’s get our hands dirty. Today we’re going to build our first Java “hello world” web API, and we’ll look at very basic service plumbing with Spring Boot. Spring Boot is the magic that makes Java web APIs easy to build and fun to work with. There’s some great tutorials on this…
-
Welcome .NET Developers: Let’s Learn Java!
Welcome to my new blog series! First, a bit about me. I’m a .NET software architect, with over 25 years of experience writing software, mainly on Microsoft tech. I’ve written 2 books on Microsoft press, one on SharePoint development and one on AJAX development, back when we called it “AJAX”. Since then I’ve been working…