Skip to content

Commit

Permalink
Minor integration doc refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
cac03 authored and jhoeller committed May 9, 2019
1 parent 59fdce1 commit 484ec64
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 91 deletions.
31 changes: 15 additions & 16 deletions src/docs/asciidoc/integration-appendix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand All @@ -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]
Expand All @@ -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]
Expand All @@ -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]
Expand All @@ -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]
Expand Down
Loading

0 comments on commit 484ec64

Please sign in to comment.