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 2012/05/01 00:50:40 UTC

svn commit: r815196 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/collapsed-ear.html content/deploying-in-tomee.html content/ejb-+-jpa-+-jsf-+-jax-rs.html content/spring.html content/ssh.html

Author: buildbot
Date: Mon Apr 30 22:50:39 2012
New Revision: 815196

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/collapsed-ear.html
    websites/staging/openejb/trunk/content/deploying-in-tomee.html
    websites/staging/openejb/trunk/content/ejb-+-jpa-+-jsf-+-jax-rs.html
    websites/staging/openejb/trunk/content/spring.html
    websites/staging/openejb/trunk/content/ssh.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 30 22:50:39 2012
@@ -1 +1 @@
-1332314
+1332456

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 30 22:50:39 2012
@@ -1 +1 @@
-1332314
+1332456

Modified: websites/staging/openejb/trunk/content/collapsed-ear.html
==============================================================================
--- websites/staging/openejb/trunk/content/collapsed-ear.html (original)
+++ websites/staging/openejb/trunk/content/collapsed-ear.html Mon Apr 30 22:50:39 2012
@@ -150,9 +150,9 @@ in your WAR file as one app.</p>
 <li>EJBs can see Servlet classes and vice versa.</li>
 </ul>
 
-<p><a name="CollapsedEAR-NotquiteJ2EE(itistrulyJEE6)"></a></p>
+<p><a name="CollapsedEAR-NotquiteJ2EE(itistrulyJava EE6)"></a></p>
 
-<h1>Not quite J2EE (it is truly JEE6)</h1>
+<h1>Not quite J2EE (it is truly Java EE6)</h1>
 
 <p>This is very different than J2EE or Java EE 5 as there aren't several
 levels of separation and classloader hierarchy.  This is going to take some

Modified: websites/staging/openejb/trunk/content/deploying-in-tomee.html
==============================================================================
--- websites/staging/openejb/trunk/content/deploying-in-tomee.html (original)
+++ websites/staging/openejb/trunk/content/deploying-in-tomee.html Mon Apr 30 22:50:39 2012
@@ -161,9 +161,9 @@ 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><a name="CollapsedEAR-NotquiteJ2EE(itistrulyJEE6)"></a></p>
+<p><a name="CollapsedEAR-NotquiteJ2EE(itistrulyJava EE6)"></a></p>
 
-<h4>Not quite J2EE (it is truly JEE6)</h4>
+<h4>Not quite J2EE (it is truly Java EE6)</h4>
 
 <p>This is very different than J2EE or Java EE 5 as there aren't several
 levels of separation and classloader hierarchy.  This is going to take some

Modified: websites/staging/openejb/trunk/content/ejb-+-jpa-+-jsf-+-jax-rs.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-+-jpa-+-jsf-+-jax-rs.html (original)
+++ websites/staging/openejb/trunk/content/ejb-+-jpa-+-jsf-+-jax-rs.html Mon Apr 30 22:50:39 2012
@@ -171,11 +171,11 @@ Persistence) and a number of components 
 
 <p>!http://www.rempl.com/rempl-oss/tikz/architecture-components.png!</p>
 
-<p>Presentation Layer includes JSF (Mojarra), JAX-RS (Jersey), and JEE container (Tomcat). In other words, everything on top of "<a href="http://www.rempl.com/rempl-oss/apidocs/com/rempl/oss/delegates/package-summary.html">Delegates</a>
+<p>Presentation Layer includes JSF (Mojarra), JAX-RS (Jersey), and Java EE container (Tomcat). In other words, everything on top of "<a href="http://www.rempl.com/rempl-oss/apidocs/com/rempl/oss/delegates/package-summary.html">Delegates</a>
 " in the diagram. Package [com.rempl.oss.delegates|http://www.rempl.com/rempl-oss/apidocs/com/rempl/oss/delegates/package-summary.html]
  with its classes realize [Business Delegate|http://java.sun.com/blueprints/corej2eepatterns/Patterns/BusinessDelegate.html]
  and [Service Locator|http://java.sun.com/blueprints/corej2eepatterns/Patterns/ServiceLocator.html]
- JEE design patterns. <em>More about it later...</em></p>
+ Java EE design patterns. <em>More about it later...</em></p>
 
 <p>Business Layer includes EJB (OpenEJB), <a href="http://www.rempl.com/rempl-oss/apidocs/com/rempl/oss/brokers/package-summary.html">Brokers</a>
  (Stateless Session Beans), and JPA entities.</p>

Modified: websites/staging/openejb/trunk/content/spring.html
==============================================================================
--- websites/staging/openejb/trunk/content/spring.html (original)
+++ websites/staging/openejb/trunk/content/spring.html Mon Apr 30 22:50:39 2012
@@ -145,24 +145,24 @@ change based on user feedback.  All comm
 <h1>Introduction</h1>
 
 <p>The OpenEJB Spring integration makes all Spring defined beans injectable to
-JEE components, and all JEE components can be injected to Spring beans. 
+Java EE components, and all Java EE components can be injected to Spring beans. 
 The injection system supports arbitrarily complex nesting (e.g., Spring
-bean injected into a JEE component, which is then injected into another
+bean injected into a Java EE component, which is then injected into another
 Spring bean), including:</p>
 
 <ul>
 <li>@Resouce injection of any Spring bean into EJB</li>
-<li>Injection of any JEE resource into a Spring bean, including:
+<li>Injection of any Java EE resource into a Spring bean, including:
 <em>* EJB 3.0 beans
 <em></em> EJB 3.1 Singleton Bean
 <em></em> JDBC Connector
 <em></em> JMS Connector
 <em></em> JMS Queue and Topic
-*</em> Generic JEE Connector (JCA)</li>
+*</em> Generic Java EE Connector (JCA)</li>
 </ul>
 
 <p>In addition, the OpenEJB Spring integration add support for discovery and
-deployment of standard JEE packages within a Spring context, including:</p>
+deployment of standard Java EE packages within a Spring context, including:</p>
 
 <ul>
 <li>EAR</li>

Modified: websites/staging/openejb/trunk/content/ssh.html
==============================================================================
--- websites/staging/openejb/trunk/content/ssh.html (original)
+++ websites/staging/openejb/trunk/content/ssh.html Mon Apr 30 22:50:39 2012
@@ -144,7 +144,7 @@
 
 <h2>Solution</h2>
 
-<p>For such a case OpenEJB/TomEE proposes to start with the JEE server a SSH server. Currently the security
+<p>For such a case OpenEJB/TomEE proposes to start with the Java EE server a SSH server. Currently the security
 is based on JAAS (see how to configure JAAS for TomEE for more information about it).</p>
 
 <h2>Installation</h2>