Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://openejb.apache.org/clients.mdtext
Jonathan Fisher
Index: /trunk/content/clients.mdtext
===================================================================
--- /trunk/content/clients.mdtext (revision 1354295)
+++ /trunk/content/clients.mdtext (working copy)
@@ -1,5 +1,7 @@
Title: Clients
+Just added a link to ejb-refs page
+
<a name="Clients-LocalClient(embeddedcontainer)"></a>
### Local Client (embedded container)
@@ -94,5 +96,8 @@
MyBean myBean = (MyBean) ctx.lookup("MyBeanRemote");
+<a name="RemoteClientUsingEjbInjection)"></a>
+### Remote Client using @EJB Injection
+see here:
+<a href="http://openejb.apache.org/ejb-refs.html">ejb-refs</a>
-