You are here |
mostlynerdless.de | ||
| | | |
studiofreya.org
|
|
| | | | ||
| | | |
www.graalvm.org
|
|
| | | | GraalVM is an advanced JDK with ahead-of-time Native Image compilation. | |
| | | |
www.morling.dev
|
|
| | | | One of the ultimate strengths of Java is its strong notion of backwards compatibility: Java applications and libraries built many years ago oftentimes run without problems on current JVMs, and the compiler of current JDKs can produce byte code, that is executable with earlier Java versions. For instance, JDK 16 supports byte code levels going back as far as to Java 1.7; But: hic sunt dracones. The emitted byte code level is just one part of the story. It's equally important to consider which APIs of the ... | |
| | | |
owehrens.com
|
|
| | I'm playing around with some web frameworks lately and to see what's in store with Spring 3 MVC (never did too much with it) I gave it a try to see how it handles Ajax. According to ajax simplification announcement it should be possible to get up and running in (almost) no time. We will do a simple web application which will show the current time via Ajax. The directory layout (using maven) should look like this: web.xml |