Explore >> Select a destination


You are here

initialcommit.com
| | blog.kdgregory.com
2.0 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
2.5 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.
| | phauer.com
2.6 parsecs away

Travel
| | Why fat jars in a Docker container is not a good idea and how we can easily do better
| | www.jasonwhaley.com
4.6 parsecs away

Travel
| I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes ...