/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.e4developer.com
| | blog.scottlogic.com
0.6 parsecs away

Travel
| | In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project.
| | mydeveloperplanet.com
1.1 parsecs away

Travel
| | In this blog, you will learn how to setup a Maven multi-module project which consists out of a Spring Boot backend and a Vue.js frontend. The application itself will not be created, only the setup of the project is covered in this blog. Enjoy! 1. Introduction Many applications consist out of a backend and a...
| | initialcommit.com
0.7 parsecs away

Travel
| | Spring Boot provides an embedded servlet container which makes it very easy to setup and deploy web applications, by default all Spring Boot applications are exported as a runnable jar file and developers would only need to run this jar file on a java environment without the need to worry about installing and setting up servlet containers.
| | blog.joda.org
24.0 parsecs away

Travel
| This article in my series on the Java Platform Module System (JPMS) is focussed on automatic modules . JPMS was previously known as Project...