/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

hannesdorfmann.com
| | ryanharter.com
5.3 parsecs away

Travel
| | This is the third article in a series on AutoValue. The first article introduced AutoValue, the code generating annotation processor for value types. The second took a more in depth look at the code generated by AutoValue, and the benefits of compile time code generation. In a previous article introducing AutoValue, I briefly mentioned AutoValue Extensions. Now it's time to go a bit more in depth to look at what extensions are, how they work, and how they can help you get even more out of AutoValue.
| | initialcommit.com
5.9 parsecs away

Travel
| | In this tutorial, we illustrate how to create a dynamic factory bean in Spring.
| | sahits.ch
3.9 parsecs away

Travel
| | [AI summary] A technical guide demonstrates how to use the Java Compiler API and AST scanning to automatically generate documentation by analyzing source code for event buses and their associated types.
| | martinfowler.com
17.7 parsecs away

Travel
| Unit Tests are focused on small parts of a code-base, defined in regular programming tools, and fast. There is disagreement on whether units should be solitary or sociable.