/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

cupofjava.de
| | jsloop.net
2.3 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.
| | blog.kdgregory.com
1.1 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 ...
| | www.thinkcode.se
0.8 parsecs away

Travel
| | [AI summary] A technical tutorial explains how to set up and use the Antrun Maven plugin to execute Ant targets within a Maven build lifecycle.
| | nataliiadziubenko.com
10.0 parsecs away

Travel
| There's a ton of documentation and specifications describing the internal workings of the JVM. However, going through all of that to simply gain some understanding might be a bit too much. I've read those specs and looked inside, so here's a simple little explanation of how synchronized works in Java...