/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

jsloop.net
| | www.thinkcode.se
0.7 parsecs away

Travel
| | [AI summary] A technical guide explaining how to fix Maven build warnings related to platform-dependent file encodings by configuring the project.build.sourceEncoding and project.reporting.outputEncoding properties to UTF-8.
| | blog.kdgregory.com
0.4 parsecs away

Travel
| | When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...
| | initialcommit.com
0.7 parsecs away

Travel
| | Since Java 5, JAX-RS specification has been announced in order to support building REST web services according to the REST architectural pattern.
| | blog.scottlogic.com
10.0 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.