/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

niklaskorz.de
| | jessitron.com
5.1 parsecs away

Travel
| | TL;DR - use def all the time, and things just work.Remember that old adage from Java, "Never call a nonfinal method in your constructor"?Yeah, that still applies in Scala, and it keeps biting me. It's easier to get wrong in Scala.Here's a refresher:When a class is instantiated, the superclass is initialized first. Its fields are...
| | scalatutorials.com
2.8 parsecs away

Travel
| | [AI summary] The post demonstrates how Scala simplifies coding with automatic getters/setters and dynamic methods, comparing its features to Ruby.
| | esoteric.sange.fi
7.6 parsecs away

Travel
| |
| | jsloop.net
19.7 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.