mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-04 02:30:33 +00:00
14 KiB
14 KiB
Java and Java Programming Models. Open Source Microservices Frameworks
- Java
- Java Programming Models (Frameworks)
- Jakarta EE
- Eclipse MicroProfile
- Spring
- Quarkus
- Thorntail (aka WildFly Swarm)
- Spring Boot VS MicroProfile
Java
- reddit.com/r/java
- medium.com/@javachampions : Java is still free
- Oracle Java 11 and OpenJDK
- developers.redhat.com: The future of Java and OpenJDK updates without Oracle support
- redhat.com: The history and future of OpenJDK
- javarevisited.blogspot.com: The 2020 Java Developer RoadMap 🌟
Existing Java Implementations
- Oracle Java
- Oracle OpenJDK
- IBM JDK (based on Eclipse OpenJ9)
- Red Hat OpenJDK
- AdoptOpenJDk (based on Eclipse OpenJ9)
Use Java 11
- It’s time! Migrating to Java 11 🌟
- Oracle's Java 11 trap - Use OpenJDK instead! 🌟
- AdoptOpenJDK 11 Is the New Default 🌟
- All You Need To Know For Migrating To Java 11
Java Collections Interview Questions
Java Programming Models (Frameworks)
- Best Java Frameworks Solutions The best Java Frameworks vendors are Apache Spark, Spring Boot, Oracle Application Development Framework (Oracle ADF), Jakarta EE, and Open Liberty. Apache is the top solution according to IT Central Station reviews and rankings. One reviewer writes: "Fast performance and has an easy initial setup", and another reviewer writes: "Easy to use and is capable of processing large amounts of data". The 2nd best product is Spring Boot. A user writes: "Very smooth implementation; excellent features for monitoring and tracking network calls ", and another reviewer writes: "Makes it difficult to support a specific functionality in a user-friendly manner, but simplifies application deployment".
- Open Source Microservices Frameworks (frameworks for microservices development):
| Java Programming Model | Technology | Cloud Native (microservices) | Platform |
|---|---|---|---|
| Java EE Java EE at a Glance |
Frontend + Backend Java EE Monoliths |
No | Java EE Middleware Servers (WAS, WebLogic, JBoss EAP, etc) |
| Jakarta EE (Java EE renamed) | Frontend + Backend | Yes | OpenShift, Kubernetes, etc |
| MicroProfile | Backend (RESTful) | Yes | OpenShift, Kubernetes, etc |
| SpringBoot (Spring) | Backend (RESTful) | Yes | OpenShift, Kubernetes, etc |
| Spring Cloud (Spring) | Backend (RESTful) | Yes | OpenShift, Kubernetes, etc |
| Quarkus | Backend (RESTful) | Yes | OpenShift, Kubernetes, etc |
| Thorntail | Backend (RESTful) | Yes | OpenShift, Kubernetes, etc |
| etc |
Jakarta EE
Eclipse MicroProfile
- Eclipse MicroProfile Project The Eclipse MicroProfile project is aimed at
optimizing Enterprise Java for the microservices architecture.
- Many innovative "microservice" Enterprise Java environments and frameworks already exist in the Java ecosystem. These projects are creating new features and capabilities to address microservice architectures -- leveraging both Java EE and non-Java EE technologies.
- The goal of the Eclipse MicroProfile project is to iterate and innovate in short cycles to propose new common APIs and functionality, get community approval, release, and repeat. Eventually, the outputs of this project could be submitted to the Eclipse Jakarta EE, JCP, OpenJDK or any relevant standards body.
- MicroProfile.io Optimizing Enterprise Java for a Microservices Architecture
- developers.redhat.com: Eclipse MicroProfile for Spring Boot developers
- Eclipse MicroProfile: 5 Things You Need to Know 🌟
- developers.redhat.com: Develop Eclipse MicroProfile applications on Red Hat JBoss Enterprise Application Platform Expansion Pack 1.0 with Red Hat CodeReady Workspaces
Server Vendors providing MicroProfile runtimes
Spring
- Spring
- Spring Framework Architecture 🌟
- javatutorial.net: Introduction to Spring Web Framework
- javarevisited.blogspot.com: 10 JdbcTemplate Examples in Spring Framework
- medium.com: Top 10 Courses to Learn Microservices in Java and Spring Framework
Spring Cloud
SpringBoot
- SpringBoot
- dzone: All About Spring Boot (Tutorials and Articles)
- jaxenter.com: CI/CD for Spring Boot Microservices: Part 1
- jaxenter.com: CI/CD for Spring Boot Microservices: Part 2. Extending CI/CD: Kubernetes Continuous Deployment for Microservices
- dzone: Deploying Spring Boot App to JBoss Wildfly
- Spring Boot: ¿war o jar? Ambos
- javatutorial.net: Spring vs. Java EE
- medium.com: Spring Cloud kubernetes for hybrid microservices architecture
- 10 Free Spring Boot Courses and Tutorials for Java Developers
- Spring Boot Istio library: Spring Boot library for integration with Istio
SpringBoot with Docker
- spring.io: spring boot with docker
- spring.io: Creating Docker images with Spring Boot 2.3.0.M1
- learnk8s.io: Developing and deploying Spring Boot microservices on Kubernetes
- youtube: Creating Docker Images With Spring Boot
CI/CD for kubernetes with SpringBoot
[](https://medium.com/javarevisited/10-free-spring-boot-tutorials-and-courses-for-java-developers-53dfe084587e)Quarkus
- quarkus.io Quarkus is a Kubernetes-native Java stack that is crafted from best-of-breed Java libraries and standards, and tailored for containers and cloud deployments
- quarkus.io: Quarkus for Spring Developers
- redhat.com: Red Hat drives future of Java with cloud-native, container-first Quarkus
- developers.redhat.com: Quarkus: A quick-start guide to the Kubernetes-native Java stack
- quarkus.io: Quarkus support in IDE's
- dzone: quarkus refcard
- dzone: Build a Java REST API With Quarkus
- developers.redhat.com: Autowire MicroProfile into Spring with Quarkus
- dmcommunity.org: Who will win? Spring Boot or Quarkus
- dzone.com: Microservices: Quarkus vs. Spring Boot In the era of containers (the "Docker Age") Java still keeps alive, being struggling for it or not. Who will win: Spring Boot or Quarkus.
- developers.redhat.com: How Quarkus brings imperative and reactive programming together
- developers.redhat.com: Migrating a Spring Boot microservices application to Quarkus
- Quarkus, a Kubernetes-native Java runtime, now fully supported by Red Hat
- The road to Quarkus GA: Completing the first supported Kubernetes-native Java stack
- containerjournal.com: Red Hat Adds Java Runtime for Kubernetes to Subscription Quarkus provides access to a library of more than 200 extensions, including tools such as RESTEasy, Hibernate and Eclipse MicroProfile, along with specific extensions fo Red Hat cloud services such as Red Hat AMQ Streams, Red Hat AMQ Broker and Red Hat Fuse.
Thorntail (aka WildFly Swarm)
- Red Hat Thorntail is a framework based on the popular WildFly Java application server to enable the creation of small, stand-alone microservice-based applications. Thorntail is capable of producing so-called just enough app-server to support each component of your system.
Spring Boot VS MicroProfile
- Dzone: Programming Styles Compared: Spring Framework vis-a-vis Eclipse MicroProfile 🌟🌟
- ibm.com: Java Microservices with MicroProfile – RESTful APIs and Dependency Injection. For microservices-based Java apps, knowing how to create REST APIs is an essential skill. Eclipse MicroProfile makes it easier Spring Boot or MicroProfile for Java microservices apps? Choose the path of least resistance. The Spring Boot and MicroProfile frameworks have many of the same goals (i.e., you can do everything in MicroProfile that you can do in Spring Boot). Both of them are built on top of the same core APIs; even though there are differences in some of the APIs, the work they do is similar.