Author: dblevins
Date: Mon Apr 30 22:49:56 2012
New Revision: 1332456
URL: http://svn.apache.org/viewvc?rev=1332456&view=rev
Log:
s/JEE/Java EE/, per Bill Shannon's friendly request
Modified:
openejb/site/trunk/content/collapsed-ear.mdtext
openejb/site/trunk/content/deploying-in-tomee.mdtext
openejb/site/trunk/content/ejb-+-jpa-+-jsf-+-jax-rs.mdtext
openejb/site/trunk/content/spring.mdtext
openejb/site/trunk/content/ssh.mdtext
Modified: openejb/site/trunk/content/collapsed-ear.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/collapsed-ear.mdtext?rev=1332456&r1=1332455&r2=1332456&view=diff
==============================================================================
--- openejb/site/trunk/content/collapsed-ear.mdtext (original)
+++ openejb/site/trunk/content/collapsed-ear.mdtext Mon Apr 30 22:49:56 2012
@@ -10,8 +10,8 @@ in your WAR file as one app.
* Can put the web.xml and ejb-jar.xml in the same archive (the WAR file).
* EJBs can see Servlet classes and vice versa.
-<a name="CollapsedEAR-NotquiteJ2EE(itistrulyJEE6)"></a>
-# Not quite J2EE (it is truly JEE6)
+<a name="CollapsedEAR-NotquiteJ2EE(itistrulyJava EE6)"></a>
+# Not quite J2EE (it is truly Java EE6)
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: openejb/site/trunk/content/deploying-in-tomee.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/deploying-in-tomee.mdtext?rev=1332456&r1=1332455&r2=1332456&view=diff
==============================================================================
--- openejb/site/trunk/content/deploying-in-tomee.mdtext (original)
+++ openejb/site/trunk/content/deploying-in-tomee.mdtext Mon Apr 30 22:49:56
2012
@@ -41,8 +41,8 @@ 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.
-<a name="CollapsedEAR-NotquiteJ2EE(itistrulyJEE6)"></a>
-#### Not quite J2EE (it is truly JEE6)
+<a name="CollapsedEAR-NotquiteJ2EE(itistrulyJava EE6)"></a>
+#### Not quite J2EE (it is truly Java EE6)
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: openejb/site/trunk/content/ejb-+-jpa-+-jsf-+-jax-rs.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/ejb-%2B-jpa-%2B-jsf-%2B-jax-rs.mdtext?rev=1332456&r1=1332455&r2=1332456&view=diff
==============================================================================
--- openejb/site/trunk/content/ejb-+-jpa-+-jsf-+-jax-rs.mdtext (original)
+++ openejb/site/trunk/content/ejb-+-jpa-+-jsf-+-jax-rs.mdtext Mon Apr 30
22:49:56 2012
@@ -30,11 +30,11 @@ Persistence) and a number of components
!http://www.rempl.com/rempl-oss/tikz/architecture-components.png!
-Presentation Layer includes JSF (Mojarra), JAX-RS (Jersey), and JEE container
(Tomcat). In other words, everything on top of
"[Delegates](http://www.rempl.com/rempl-oss/apidocs/com/rempl/oss/delegates/package-summary.html)
+Presentation Layer includes JSF (Mojarra), JAX-RS (Jersey), and Java EE
container (Tomcat). In other words, everything on top of
"[Delegates](http://www.rempl.com/rempl-oss/apidocs/com/rempl/oss/delegates/package-summary.html)
" 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. _More about it later..._
+ Java EE design patterns. _More about it later..._
Business Layer includes EJB (OpenEJB),
[Brokers](http://www.rempl.com/rempl-oss/apidocs/com/rempl/oss/brokers/package-summary.html)
(Stateless Session Beans), and JPA entities.
Modified: openejb/site/trunk/content/spring.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/spring.mdtext?rev=1332456&r1=1332455&r2=1332456&view=diff
==============================================================================
--- openejb/site/trunk/content/spring.mdtext (original)
+++ openejb/site/trunk/content/spring.mdtext Mon Apr 30 22:49:56 2012
@@ -8,22 +8,22 @@ change based on user feedback. All comme
# Introduction
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:
* @Resouce injection of any Spring bean into EJB
- * Injection of any JEE resource into a Spring bean, including:
+ * Injection of any Java EE resource into a Spring bean, including:
** EJB 3.0 beans
** EJB 3.1 Singleton Bean
** JDBC Connector
** JMS Connector
** JMS Queue and Topic
- ** Generic JEE Connector (JCA)
+ ** Generic Java EE Connector (JCA)
In addition, the OpenEJB Spring integration add support for discovery and
-deployment of standard JEE packages within a Spring context, including:
+deployment of standard Java EE packages within a Spring context, including:
* EAR
* EJB Jar
Modified: openejb/site/trunk/content/ssh.mdtext
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/ssh.mdtext?rev=1332456&r1=1332455&r2=1332456&view=diff
==============================================================================
--- openejb/site/trunk/content/ssh.mdtext (original)
+++ openejb/site/trunk/content/ssh.mdtext Mon Apr 30 22:49:56 2012
@@ -7,7 +7,7 @@ It can be very useful to connect to the
## Solution
-For such a case OpenEJB/TomEE proposes to start with the JEE server a SSH
server. Currently the security
+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).
## Installation