/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

jamesward.com
| | blog.kdgregory.com
1.3 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 ...
| | jsloop.net
1.1 parsecs away

Travel
| | Here is a basic server setup with JAX-RS 3 using Jersey and Jetty 11 for the server. JAX-RS is Java API specification for RESTful web services using annotations. The project structure is as follows.
| | initialcommit.com
1.2 parsecs away

Travel
| | This guide shows how to create a simple MVC web application using Spring Boot.
| | www.stackchief.com
11.3 parsecs away

Travel
| Java multithreading examples including two ways of multithreading, good examples, avoiding deadlock, and how many threads can run.