Explore >> Select a destination


You are here

draculatheme.com
| | gist.github.com
11.8 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | danielpecos.com
9.9 parsecs away

Travel
| | Welcome to jvmGeek!This new blog aims to talk and discuss about the JVM ecosystem, with news and articlesdiscussing about Java - the language -, and also about other JVM languages such as Scala, Kotlin or Clojure. But it won't deal only about programming languages, but also about tools and libraries. You'll find news, tutorials, code examples and more general articles, among other. From time to time I will also try to gather events and news related to one particular matter and post them as a flash post t...
| | nipafx.dev
9.7 parsecs away

Travel
| | First part of a short series on Java generics - this one explains the basics
| | jsloop.net
39.1 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.