Explore >> Select a destination


You are here

www.jasonwhaley.com
| | blog.kdgregory.com
1.5 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 ...
| | jamesward.com
2.0 parsecs away

Travel
| |
| | jsloop.net
1.4 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.
| | www.morling.dev
23.6 parsecs away

Travel
| As part of my new job at Decodable, I am also planning to contribute to the Apache Flink project (as Decodable's fully-managed stream processing platform is based on Flink). Right now, I am in the process of familiarizing myself with the Flink code base, and as such I am of course building the project from source, too.