You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2014/07/11 13:35:39 UTC

svn commit: r915794 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/deploying-in-tomee.html content/dev/release-tomee.html

Author: buildbot
Date: Fri Jul 11 11:35:38 2014
New Revision: 915794

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/deploying-in-tomee.html
    websites/staging/tomee/trunk/content/dev/release-tomee.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 11 11:35:38 2014
@@ -1 +1 @@
-1609690
+1609693

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 11 11:35:38 2014
@@ -1 +1 @@
-1609690
+1609693

Modified: websites/staging/tomee/trunk/content/deploying-in-tomee.html
==============================================================================
--- websites/staging/tomee/trunk/content/deploying-in-tomee.html (original)
+++ websites/staging/tomee/trunk/content/deploying-in-tomee.html Fri Jul 11 11:35:38 2014
@@ -137,7 +137,7 @@
 
 <p>You could deploy your application in Eclipse just like how you would deploy with Tomcat. For an example, <a href="tomee-and-eclipse.html">tomee-and-eclipse</a> shows how to use TomEE with Eclipse.</p>
 
-<p>Or you can simply package your application as a standard <strong>WAR</strong> file and copy it to the <strong>[[TomEE]]/webapps</strong> folder, or as an <strong>EAR</strong> file and copy it to the <strong>[[TomEE]]/apps</strong> folder.</p>
+<p>Or you can simply package your application as a standard <strong>WAR</strong> file and copy it to the <strong>[TomEE]/webapps</strong> folder, or as an <strong>EAR</strong> file and copy it to the <strong>[TomEE]/apps</strong> folder.</p>
 
 <p>Read on to learn more about packaging EJBs in a WAR file.</p>
 
@@ -147,12 +147,15 @@
 
 <h4>One archive</h4>
 
-<p>The basic idea of this approach is that your Servlets and EJBs are together in your WAR file as one application. <br />
- - No classloader boundaries between Servlets and EJBs
- - EJBs and Servlets can share all third-party libraries (like Spring!) 
- - No EAR required.
- - Can put the web.xml and ejb-jar.xml in the same archive (the WAR file) 
- - EJBs can see Servlet classes and vice versa </p>
+<p>The basic idea of this approach is that your Servlets and EJBs are together in your WAR file as one application.</p>
+
+<ul>
+<li>No classloader boundaries between Servlets and EJBs</li>
+<li>EJBs and Servlets can share all third-party libraries (like Spring!) </li>
+<li>No EAR required.</li>
+<li>Can put the web.xml and ejb-jar.xml in the same archive (the WAR file) </li>
+<li>EJBs can see Servlet classes and vice versa </li>
+</ul>
 
 <p><a name="CollapsedEAR-NotquiteJ2EE(itistrulyJava EE6)"></a></p>
 

Modified: websites/staging/tomee/trunk/content/dev/release-tomee.html
==============================================================================
--- websites/staging/tomee/trunk/content/dev/release-tomee.html (original)
+++ websites/staging/tomee/trunk/content/dev/release-tomee.html Fri Jul 11 11:35:38 2014
@@ -184,12 +184,12 @@ Just drop an email to <em>infrastructure
 
 <p>Pre-authenticate svn repositories to ensure your credentials are cached before using any tools.</p>
 
-<pre><code>svn mkdir --username [[apacheuser]] --password [[apachepw]] -m "Create test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
-svn delete --username [[apacheuser]] --password [[apachepw]] -m "Delete test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
-svn mkdir --username [[apacheuser]] --password [[apachepw]] -m "Create test dir" https://repository.apache.org/content/repositories/testdir
-svn delete --username [[apacheuser]] --password [[apachepw]] -m "Delete test dir" https://repository.apache.org/content/repositories/testdir
-svn mkdir --username [[apacheuser]] --password [[apachepw]] -m "Create test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
-svn delete --username [[apacheuser]] --password [[apachepw]] -m "Delete test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
+<pre><code>svn mkdir --username [apacheuser] --password [apachepw] -m "Create test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
+svn delete --username [apacheuser] --password [apachepw] -m "Delete test dir" https://svn.apache.org/repos/asf/tomee/tomee/branches/testdir
+svn mkdir --username [apacheuser] --password [apachepw] -m "Create test dir" https://repository.apache.org/content/repositories/testdir
+svn delete --username [apacheuser] --password [apachepw] -m "Delete test dir" https://repository.apache.org/content/repositories/testdir
+svn mkdir --username [apacheuser] --password [apachepw] -m "Create test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
+svn delete --username [apacheuser] --password [apachepw] -m "Delete test dir" https://dist.apache.org/repos/dist/dev/tomee/testdir
 </code></pre>
 
 <h3>Prepare Maven Authentication</h3>
@@ -267,7 +267,8 @@ Just follow the instructions there on ho
 
 <p>Checkout the release tools using SVN from here <a href="https://svn.apache.org/repos/asf/tomee/sandbox/release-tools">https://svn.apache.org/repos/asf/tomee/sandbox/release-tools</a></p>
 
-<p>Really read the README.mdtext and follow the instructions for building the 3rd party libraries.</p>
+<p>Really read the README.mdtext and follow the instructions for building the 3rd party libraries. <br />
+Basically SVN checkout and compile <a href="https://svn.codehaus.org/swizzle/trunk">Swizzle</a> and <a href="https://svn.apache.org/repos/asf/creadur/tentacles/trunk">Tentacles</a></p>
 
 <p>Build the release tools, <em>mvn clean install -DskipTests -DfailIfNoTests=false</em></p>