Minor integration doc refinements

This commit is contained in:
Denis Zavedeev
2019-05-09 13:45:59 +02:00
committed by Juergen Hoeller
parent 59fdce1116
commit 484ec64305
2 changed files with 91 additions and 91 deletions

View File

@@ -190,10 +190,10 @@ different properties with `jee`:
[[xsd-schemas-jee-local-slsb]]
==== `<jee:local-slsb/>` (Simple)
The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless SessionBean.
The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless Session Bean.
The following example shows how to configures a reference to a local EJB Stateless
SessionBean without `jee`:
The following example shows how to configures a reference to a local EJB Stateless Session Bean
without `jee`:
====
[source,xml,indent=0]
@@ -207,8 +207,8 @@ SessionBean without `jee`:
----
====
The following example shows how to configures a reference to a local EJB Stateless
SessionBean with `jee`:
The following example shows how to configures a reference to a local EJB Stateless Session Bean
with `jee`:
====
[source,xml,indent=0]
@@ -224,10 +224,10 @@ SessionBean with `jee`:
[[xsd-schemas-jee-local-slsb-complex]]
==== `<jee:local-slsb/>` (Complex)
The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless SessionBean.
The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless Session Bean.
The following example shows how to configures a reference to a local EJB Stateless
SessionBean and a number of properties without `jee`:
The following example shows how to configures a reference to a local EJB Stateless Session Bean
and a number of properties without `jee`:
====
[source,xml,indent=0]
@@ -244,8 +244,8 @@ SessionBean and a number of properties without `jee`:
----
====
The following example shows how to configures a reference to a local EJB Stateless
SessionBean and a number of properties with `jee`:
The following example shows how to configures a reference to a local EJB Stateless Session Bean
and a number of properties with `jee`:
====
[source,xml,indent=0]
@@ -264,11 +264,10 @@ SessionBean and a number of properties with `jee`:
[[xsd-schemas-jee-remote-slsb]]
==== <jee:remote-slsb/>
The `<jee:remote-slsb/>` element configures a reference to a `remote` EJB Stateless
SessionBean.
The `<jee:remote-slsb/>` element configures a reference to a `remote` EJB Stateless Session Bean.
The following example shows how to configures a reference to a remote EJB Stateless
SessionBean without `jee`:
The following example shows how to configures a reference to a remote EJB Stateless Session Bean
without `jee`:
====
[source,xml,indent=0]
@@ -287,8 +286,8 @@ SessionBean without `jee`:
----
====
The following example shows how to configures a reference to a remote EJB Stateless
SessionBean with `jee`:
The following example shows how to configures a reference to a remote EJB Stateless Session Bean
with `jee`:
====
[source,xml,indent=0]