@@ -190,10 +190,10 @@ different properties with `jee`:
190
190
[[xsd-schemas-jee-local-slsb]]
191
191
==== `<jee:local-slsb/>` (Simple)
192
192
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 .
194
194
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`:
197
197
198
198
====
199
199
[source,xml,indent=0]
@@ -207,8 +207,8 @@ SessionBean without `jee`:
207
207
----
208
208
====
209
209
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`:
212
212
213
213
====
214
214
[source,xml,indent=0]
@@ -224,10 +224,10 @@ SessionBean with `jee`:
224
224
[[xsd-schemas-jee-local-slsb-complex]]
225
225
==== `<jee:local-slsb/>` (Complex)
226
226
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 .
228
228
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`:
231
231
232
232
====
233
233
[source,xml,indent=0]
@@ -244,8 +244,8 @@ SessionBean and a number of properties without `jee`:
244
244
----
245
245
====
246
246
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`:
249
249
250
250
====
251
251
[source,xml,indent=0]
@@ -264,11 +264,10 @@ SessionBean and a number of properties with `jee`:
264
264
[[xsd-schemas-jee-remote-slsb]]
265
265
==== <jee:remote-slsb/>
266
266
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.
269
268
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`:
272
271
273
272
====
274
273
[source,xml,indent=0]
@@ -287,8 +286,8 @@ SessionBean without `jee`:
287
286
----
288
287
====
289
288
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`:
292
291
293
292
====
294
293
[source,xml,indent=0]
0 commit comments