/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

initialcommit.com
| | jsloop.net
1.2 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.scottlogic.com
0.9 parsecs away

Travel
| | In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project.
| | www.thinkcode.se
1.1 parsecs away

Travel
| |
| | www.jasonwhaley.com
8.5 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 ...