Sept 23rd

This commit is contained in:
Inaki Fernandez
2021-09-23 10:58:13 +02:00
parent aba594d19f
commit 0e279f3f0e
16 changed files with 59 additions and 2 deletions
+6
View File
@@ -2,6 +2,7 @@
- [Java](#java)
- [How to migrate Java workloads to containers](#how-to-migrate-java-workloads-to-containers)
- [Existing Java Implementations](#existing-java-implementations)
- [Amazon Corretto OpenJDK distribution](#amazon-corretto-openjdk-distribution)
- [Use Java 11](#use-java-11)
- [Java Collections Interview Questions](#java-collections-interview-questions)
- [Java Programming Models (Frameworks)](#java-programming-models-frameworks)
@@ -59,6 +60,11 @@
- [Red Hat OpenJDK](https://developers.redhat.com/products/openjdk/download)
- [AdoptOpenJDk](https://adoptopenjdk.net/) (based on [Eclipse OpenJ9](https://www.eclipse.org/openj9/))
#### Amazon Corretto OpenJDK distribution
- [Amazon Corretto](https://aws.amazon.com/corretto/) No-cost, multiplatform, production-ready distribution of OpenJDK. Corretto comes with long-term support that will include performance enhancements and security fixes. Amazon runs Corretto internally on thousands of production services and Corretto is certified as compatible with the Java SE standard. With Corretto, you can develop and run Java applications on popular operating systems, including Linux, Windows, and macOS.
- Amazon has been putting a lot of effort into Java. One of the central themes has been the reduction of latency. - [youtube: Amazon Corretto, A Journey into Latency Reduction](https://www.youtube.com/watch?v=S4IrAZ5wT3c&ab_channel=SeaJUG) Corretto is a multi-platform, production-ready distribution of OpenJDK, supported by Amazon. We will talk about the Corretto project, its principals, and walk through examples that drove performance gains, latency reduction, and cost reduction in some of the biggest services in AWS.
### Use Java 11
- [Its time! Migrating to Java 11 🌟](https://medium.com/criciumadev/its-time-migrating-to-java-11-5eb3868354f9)
- [Oracle's Java 11 trap - Use OpenJDK instead! 🌟](https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html)