Skip to content

Commit 484ec64

Browse files
cac03jhoeller
authored andcommitted
Minor integration doc refinements
1 parent 59fdce1 commit 484ec64

File tree

2 files changed

+91
-91
lines changed

2 files changed

+91
-91
lines changed

src/docs/asciidoc/integration-appendix.adoc

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ different properties with `jee`:
190190
[[xsd-schemas-jee-local-slsb]]
191191
==== `<jee:local-slsb/>` (Simple)
192192

193-
The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless SessionBean.
193+
The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless Session Bean.
194194

195-
The following example shows how to configures a reference to a local EJB Stateless
196-
SessionBean without `jee`:
195+
The following example shows how to configures a reference to a local EJB Stateless Session Bean
196+
without `jee`:
197197

198198
====
199199
[source,xml,indent=0]
@@ -207,8 +207,8 @@ SessionBean without `jee`:
207207
----
208208
====
209209

210-
The following example shows how to configures a reference to a local EJB Stateless
211-
SessionBean with `jee`:
210+
The following example shows how to configures a reference to a local EJB Stateless Session Bean
211+
with `jee`:
212212

213213
====
214214
[source,xml,indent=0]
@@ -224,10 +224,10 @@ SessionBean with `jee`:
224224
[[xsd-schemas-jee-local-slsb-complex]]
225225
==== `<jee:local-slsb/>` (Complex)
226226

227-
The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless SessionBean.
227+
The `<jee:local-slsb/>` element configures a reference to a local EJB Stateless Session Bean.
228228

229-
The following example shows how to configures a reference to a local EJB Stateless
230-
SessionBean and a number of properties without `jee`:
229+
The following example shows how to configures a reference to a local EJB Stateless Session Bean
230+
and a number of properties without `jee`:
231231

232232
====
233233
[source,xml,indent=0]
@@ -244,8 +244,8 @@ SessionBean and a number of properties without `jee`:
244244
----
245245
====
246246

247-
The following example shows how to configures a reference to a local EJB Stateless
248-
SessionBean and a number of properties with `jee`:
247+
The following example shows how to configures a reference to a local EJB Stateless Session Bean
248+
and a number of properties with `jee`:
249249

250250
====
251251
[source,xml,indent=0]
@@ -264,11 +264,10 @@ SessionBean and a number of properties with `jee`:
264264
[[xsd-schemas-jee-remote-slsb]]
265265
==== <jee:remote-slsb/>
266266

267-
The `<jee:remote-slsb/>` element configures a reference to a `remote` EJB Stateless
268-
SessionBean.
267+
The `<jee:remote-slsb/>` element configures a reference to a `remote` EJB Stateless Session Bean.
269268

270-
The following example shows how to configures a reference to a remote EJB Stateless
271-
SessionBean without `jee`:
269+
The following example shows how to configures a reference to a remote EJB Stateless Session Bean
270+
without `jee`:
272271

273272
====
274273
[source,xml,indent=0]
@@ -287,8 +286,8 @@ SessionBean without `jee`:
287286
----
288287
====
289288

290-
The following example shows how to configures a reference to a remote EJB Stateless
291-
SessionBean with `jee`:
289+
The following example shows how to configures a reference to a remote EJB Stateless Session Bean
290+
with `jee`:
292291

293292
====
294293
[source,xml,indent=0]

0 commit comments

Comments
 (0)