From 8bb0b961dac404dcad767f6cf4719ae6c6243f50 Mon Sep 17 00:00:00 2001 From: Anthony Vanelverdinghe Date: Sat, 16 Apr 2022 13:52:58 +0200 Subject: [PATCH] Remove duplicate phrase (#604) Signed-off-by: Anthony Vanelverdinghe --- spec/src/main/asciidoc/architecture.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/architecture.asciidoc b/spec/src/main/asciidoc/architecture.asciidoc index ed4728db..976f9747 100644 --- a/spec/src/main/asciidoc/architecture.asciidoc +++ b/spec/src/main/asciidoc/architecture.asciidoc @@ -53,7 +53,7 @@ For example, the container might be a Jakarta EE container or an embeddable Jaka === Relationship to other specifications -An application developer creates container-managed components such as Jakarta Enterprise Beans, Jakarta Enterprise Beans or servlets and then provides additional metadata that declares additional behavior defined by this specification. +An application developer creates container-managed components such as Jakarta Enterprise Beans or servlets and then provides additional metadata that declares additional behavior defined by this specification. These components may take advantage of the services defined by this specification, together with the enterprise and presentational aspects defined by other Jakarta EE platform technologies. In addition, this specification defines an SPI that allows alternative, non-platform technologies to integrate with the container and the Jakarta EE environment, for example, alternative web presentation technologies.