Author: jlmonteiro
Date: Fri Jul 20 15:34:36 2012
New Revision: 1363846
URL: http://svn.apache.org/viewvc?rev=1363846&view=rev
Log:
Fixing jar names
Modified:
openejb/site/trunk/content/remote-server.mdtext
Modified: openejb/site/trunk/content/remote-server.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/remote-server.mdtext?rev=1363846&r1=1363845&r2=1363846&view=diff
==============================================================================
--- openejb/site/trunk/content/remote-server.mdtext (original)
+++ openejb/site/trunk/content/remote-server.mdtext Fri Jul 20 15:34:36 2012
@@ -1,4 +1,5 @@
Title: Remote Server
+
!http://www.openejb.org/images/diagram-remote-server.gif|valign=top,
align=right, hspace=15!
<a name="RemoteServer-AccessingEJBsRemotely"></a>
@@ -50,14 +51,8 @@ Create an initial context in your client
If you don't have any EJBs or clients to run, try the ubiquitous [Hello
World](openejbx30:hello-world.html)
example.
+Add the following library to your clients classpath:
+* openejb-client-x.x.x.jar
-In OpenEJB 0.9.2 and before, add the following libraries to your clients
-classpath:
-* openejb-x.x.x.jar
-* openejb_client-x.x.x.jar
-
-In OpenEJB 1.0 beta 1, add the following libraries to your clients
-classpath:
-* openejb-core-10-beta1.jar
-Both can be found in the lib directory where you installed OpenEJB.
+Both can be found in the lib directory where you installed OpenEJB or in Maven
repositories.