/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

leventkaya.com
| | zserge.com
2.3 parsecs away

Travel
| | Whether we like it or not, but Java is one of the most widely used programming languages. However, since most of the applications in Java are either too boring or too complex - not every Java developer has enough curiosity to look under the hood and see how JVM works. In this post I will try to write a toy (and incomplete) JVM to show the core principles behind it and hopefully sparkle some interest in you to learn it further.
| | andreabergia.com
0.7 parsecs away

Travel
| | This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust A JVM in Rust part 2 - The class files format ?thispost A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective In this post, I will discuss the .
| | www.javaadvent.com
2.4 parsecs away

Travel
| | For years now, I have been testing Java and if there is a single statement to make about that activity, it is that there are many, many, many ways to test a Java Virtual Machine (JVM). From code reviews and static analysis, to unit and functional tests, through 3rd party application tests and various other [...]
| | blog.bdoughan.com
18.9 parsecs away

Travel
| This post will cover how to protect yourself from the entity expansion attack when you are using JAXB.