/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

cloudogu.com
| | studiofreya.org
1.5 parsecs away

Travel
| | [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.
| | renato.athaydes.com
1.7 parsecs away

Travel
| | [AI summary] The article discusses creating a minimal HTTP server in Java without using frameworks, leveraging Java SE's capabilities for simplicity and control. It highlights building the server with custom code, using annotations for routing, and demonstrates the approach with a basic 'Hello World' example. The article also covers testing with JUnit, using standalone JUnit runners, and building the project with Java itself to avoid bash scripts. It concludes by advocating for a balance between using frameworks and raw Java SE for different application needs.
| | gist.github.com
2.7 parsecs away

Travel
| | Evidence of Safepoint bias for AsyncGetCallTrace (AsyncProfiler) - Profile.java
| | studiofreya.org
20.4 parsecs away

Travel
| [AI summary] A beginner's guide demonstrating five fundamental Java programming examples, including printing Hello World, using loops, taking user input, creating patterns, and reversing strings.