Amazon Corretto 和 Java JDK 有什么区别?为什么我们使用 Amazon Corretto 专门开发企业应用程序?

What is the differences between Amazon Corretto and Java JDK? Why we use Amazon Corretto for specially developing Enterprise Apps?

我在一家银行工作,担任开发人员和系统管理员。我有新项目。该项目是关于身份和访问管理的。在开发 IAM 应用程序时,我们使用 Java 语言。为此,我购买了 Udemy Java 课程。但是,课程中使用了 Amazon Corretto,我没看懂这个 JDK。

  1. 什么是 Amazon Corretto JDK?

  2. 为什么我们使用 Corretto JDK?

这是亚马逊的 OpenJDK 发行版。它是亚马逊支持和维护的免费企业 Java 实施。

Amazon Corretto is a production-ready distribution of OpenJDK, and it’s designed to provide everything you need to create and run Java applications without limits. Open Java Development Kit, or OpenJDK, is a popular distribution of Java used by developers to create rich applications, and Corretto is an Amazon implementation of OpenJDK. It’s compatible with Java SE, which is the standard for web applications released back in 2006.

为什么要用它? Amazon 支持,生产就绪,可以在任何地方免费运行,包括长期支持。

如果您的银行正在 AWS 上编写 Java 应用程序,那么应该强烈考虑 Amazon Corretto。

参考资料

  1. https://aws.amazon.com/corretto/

  2. https://openjdk.java.net/

  3. https://www.techradar.com/news/what-is-amazon-corretto