Explore >> Select a destination


You are here

www.marcogomiero.com
| | andyatkinson.com
3.7 parsecs away

Travel
| | Learning a new codebase can be a challenging task. Unfortunately at times the original developers are no longer around and the documentation may be outdated or missing entirely.
| | jsloop.net
3.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.
| | www.doctrine-project.org
3.8 parsecs away

Travel
| | Doctrine MongoDB Object Document Mapper Documentation: Inheritance Mapping
| | blog.kdgregory.com
12.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 ...