Interoperability through middleware

Network technologies have evolved considerably over the last 20 years. Low-level socket support provides the foundation for most of these technologies. However, they are hidden from the user through multiple layers of software. These layers are referred to as middleware.

Interoperability is achieved through middleware, such as JMI, SOAP, and JAX-WS—to mention a few. The Java EE edition is aimed primarily at supporting these middleware-type technologies. Java EE started with servlets, a Java application that was used to support web pages. It has evolved to include Java Server Pages (JSP) and eventually to Faclets both of which hide underlying Servlets.

These technologies are concerned with providing services to ...

Get Learning Network Programming with Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.