You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/06/20 18:08:47 UTC

svn commit: r1604200 - /tomee/site/trunk/content/

Author: andygumbrecht
Date: Fri Jun 20 16:08:47 2014
New Revision: 1604200

URL: http://svn.apache.org/r1604200
Log:
Download links

Modified:
    tomee/site/trunk/content/collapsed-ear.mdtext
    tomee/site/trunk/content/custom-injection.mdtext
    tomee/site/trunk/content/embedded-and-remotable.mdtext
    tomee/site/trunk/content/injection-of-datasource-example.mdtext
    tomee/site/trunk/content/injection-of-env-entry-example.mdtext
    tomee/site/trunk/content/injection-of-other-ejbs-example.mdtext
    tomee/site/trunk/content/simple-stateful-example.mdtext
    tomee/site/trunk/content/testing-security-example.mdtext
    tomee/site/trunk/content/testing-transactions-example.mdtext
    tomee/site/trunk/content/tomcat-detailed-instructions.mdtext

Modified: tomee/site/trunk/content/collapsed-ear.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/collapsed-ear.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/collapsed-ear.mdtext (original)
+++ tomee/site/trunk/content/collapsed-ear.mdtext Fri Jun 20 16:08:47 2014
@@ -39,4 +39,4 @@ is where J2EE "jumps the shark" for a la
 If you want to try to work with Servlets/JSP and OpenEJB using Tomcat, see
 the [setup page](openejbx30:tomcat.html)
  and the "/webapps/ejb-examples" section of the [openejb-examples.zip](downloads.html)
- available on the download page.
+ available on the [download page](http://tomee.apache.org/downloads.html).

Modified: tomee/site/trunk/content/custom-injection.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/custom-injection.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/custom-injection.mdtext (original)
+++ tomee/site/trunk/content/custom-injection.mdtext Fri Jun 20 16:08:47 2014
@@ -21,7 +21,7 @@ for a full list of supported env-entry t
 
 The source for this example is the "custom-injection" directory located in
 the [openejb-examples.zip](downloads.html)
-available on the download page.
+available on the [download page](http://tomee.apache.org/downloads.html).
 
 <a name="CustomInjection-TheCode"></a>
 # The Code

Modified: tomee/site/trunk/content/embedded-and-remotable.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/embedded-and-remotable.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/embedded-and-remotable.mdtext (original)
+++ tomee/site/trunk/content/embedded-and-remotable.mdtext Fri Jun 20 16:08:47 2014
@@ -36,7 +36,7 @@ number of ServerServices are available c
 
 _The source for this example is in the "telephone-stateful" directory
 located in the [openejb-examples.zip](openejb:download.html)
- available on the download page._
+ available on the [download page](http://tomee.apache.org/downloads.html)._
 
 {note}
 If your goal is simply to unit test beans with remote interfaces, this is

Modified: tomee/site/trunk/content/injection-of-datasource-example.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/injection-of-datasource-example.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/injection-of-datasource-example.mdtext (original)
+++ tomee/site/trunk/content/injection-of-datasource-example.mdtext Fri Jun 20 16:08:47 2014
@@ -48,7 +48,7 @@ line as vm properties.
 
 _The source for this example is in the "injection-of-datasource" directory
 located in the [openejb-examples.zip](openejb:download.html)
- available on the download page._
+ available on the [download page](http://tomee.apache.org/downloads.html)._
 {div}
 {div:style=clear:both;}{div}
 

Modified: tomee/site/trunk/content/injection-of-env-entry-example.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/injection-of-env-entry-example.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/injection-of-env-entry-example.mdtext (original)
+++ tomee/site/trunk/content/injection-of-env-entry-example.mdtext Fri Jun 20 16:08:47 2014
@@ -29,7 +29,7 @@ ejb-jar.xml.  See the [Custom Injection]
 
 _The source for this example is the "injection-of-env-entry" directory
 located in the [openejb-examples.zip](openejb:download.html)
- available on the download page._
+ available on the [download page](http://tomee.apache.org/downloads.html)._
 
 <a name="Injectionofenv-entryExample-TheCode"></a>
 # The Code

Modified: tomee/site/trunk/content/injection-of-other-ejbs-example.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/injection-of-other-ejbs-example.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/injection-of-other-ejbs-example.mdtext (original)
+++ tomee/site/trunk/content/injection-of-other-ejbs-example.mdtext Fri Jun 20 16:08:47 2014
@@ -20,7 +20,7 @@ API.
 
 _The source for this example is the "injection-of-ejbs" directory located
 in the [openejb-examples.zip](openejb:download.html)
- available on the download page._
+ available on the [download page](http://tomee.apache.org/downloads.html)._
 
 <a name="InjectionofotherEJBsExample-TheCode"></a>
 # The Code

Modified: tomee/site/trunk/content/simple-stateful-example.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/simple-stateful-example.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/simple-stateful-example.mdtext (original)
+++ tomee/site/trunk/content/simple-stateful-example.mdtext Fri Jun 20 16:08:47 2014
@@ -40,7 +40,7 @@ implementation, a plain-old-java-object 
 local business interface and is annotated with the @Stateful annotation
 
 _This example is the "simple-stateful" example located in the [openejb-examples.zip](openejb:download.html)
- available on the download page._
+ available on the [download page](http://tomee.apache.org/downloads.html)._
 
 
 

Modified: tomee/site/trunk/content/testing-security-example.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/testing-security-example.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/testing-security-example.mdtext (original)
+++ tomee/site/trunk/content/testing-security-example.mdtext Fri Jun 20 16:08:47 2014
@@ -18,7 +18,7 @@ See the [Security Annotations](security-
 
 _The source for this example is in the "testing-security" directory located
 in the [openejb-examples.zip](openejb:download.html)
- available on the download page._
+ available on the [download page](http://tomee.apache.org/downloads.html)._
 
 <a name="TestingSecurityExample-TheCode"></a>
 # The Code

Modified: tomee/site/trunk/content/testing-transactions-example.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/testing-transactions-example.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/testing-transactions-example.mdtext (original)
+++ tomee/site/trunk/content/testing-transactions-example.mdtext Fri Jun 20 16:08:47 2014
@@ -22,8 +22,8 @@ code in a JTA *Transaction*.  An EJB 3 @
 EntityManager to create, persist and merge data to a database.
 
 _The source for this example is in the "testing-transactions" directory
-located in the [openejb-examples.zip](openejb:download.html)
- available on the download page._
+located in the [openejb-examples.zip](http://tomee.apache.org/downloads.html)
+ available on the [download page](http://tomee.apache.org/downloads.html)._
 
 <a name="TestingTransactionsExample-TheCode"></a>
 # The Code

Modified: tomee/site/trunk/content/tomcat-detailed-instructions.mdtext
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/tomcat-detailed-instructions.mdtext?rev=1604200&r1=1604199&r2=1604200&view=diff
==============================================================================
--- tomee/site/trunk/content/tomcat-detailed-instructions.mdtext (original)
+++ tomee/site/trunk/content/tomcat-detailed-instructions.mdtext Fri Jun 20 16:08:47 2014
@@ -12,9 +12,9 @@ to start with a fresh installation for O
 <a name="TomcatDetailedInstructions-Addopenejb.wartoTomcat"></a>
 ## Add openejb.war to Tomcat
 
-The OpenEJB plugin for Tomcat is distributed as a standalone war file
+The TomEE plugin for Tomcat is distributed as a standalone war file
 containing all of the necessary files and an installer Servlet.  The war
-can be obtained from the [OpenEJB download page](openejb:download.html)
+can be obtained from the [download page](http://tomee.apache.org/downloads.html)
 .  Once downloaded, simply copy the file into the Tomcat webapps directory. 
 
 {deck:id=Copy openejb.war}