Let's create a simple multi-tenant API world that takes minimal boilerplate coding and configuration using Holon, Spring Boot, H2, and a few other odds and ends.
In this post, we look at how to create the functionality that tells your user if they've entered in their information correctly. But, you know, in a nice way.
With JavaScript-based frameworks dominating much of the web development world these days, is Java EE's JSF still relevant, and should you use it for your next project?
In this post, we go over the basics of creating static content for a web applicaiton by integrating several different web development tools, frameworks, and languages.
Check out this open source project to get a start on your microservices architecture, learn about the tools you need to connect your microservices, and more.
Validation is an important part of an application, be it a website or a service. So, we look at how to implement validation for a Spring Boot-based RESTful service.
In this post, a seasoned web developer takes us through the process of using Bootstrap and JavaScript alongside ASP.NET MVC to create a grid inside a drop-down.
This deep dive into Java 9 module services tackles how the ServiceLoader class has changed, how to browse the classpath, and how it all ties together in Jigsaw.