Chapter 7: Exploring Middleware and Frameworks
In this chapter, we will start talking about the concept of middleware and how it has evolved over time. In particular, we will focus on the Java Enterprise Edition (JEE) standard, including the Jakarta EE transition. We will see a notable open source implementation, which is WildFly (formerly known as JBoss Application Server), and we will start exploring how the concept of middleware is evolving into cloud-native frameworks – in our case, Quarkus.
You will learn the following topics in this chapter:
- The JEE standard
- The WildFly application server
- The most common JEE APIs
- Beyond JEE
- Quarkus
Our picture of middleware will be completed in the next chapter, in which we will see the approach to integration, which is another cornerstone of what's traditionally called middleware.
After reading this chapter, you will know the differences and similarities between the JEE standard and its cloud...