Minor integration doc refinements
This commit is contained in:
committed by
Juergen Hoeller
parent
59fdce1116
commit
484ec64305
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user