You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/10 18:17:03 UTC

[tomee] branch master updated: TOMEE-3888 - Cleanup documentation

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new f2bfeb9511 TOMEE-3888 - Cleanup documentation
f2bfeb9511 is described below

commit f2bfeb9511491db8d67423171f75c08739a3e9b0
Author: Swell <57...@users.noreply.github.com>
AuthorDate: Sun Apr 10 20:05:50 2022 +0200

    TOMEE-3888 - Cleanup documentation
---
 docs/annotations,-xml-and-defaults.adoc |  22 ---
 docs/comparison.adoc                    | 231 --------------------------------
 docs/documentation.adoc                 |   4 +-
 docs/documentation.old.adoc             |   6 +-
 docs/features.adoc                      |   5 -
 docs/from-glassfish-to-tomee.adoc       |  11 --
 docs/java-compatibility.adoc            |  13 --
 docs/javaee7-status.adoc                | 218 ------------------------------
 docs/tomee-webaccess.adoc               |  18 ---
 9 files changed, 3 insertions(+), 525 deletions(-)

diff --git a/docs/annotations,-xml-and-defaults.adoc b/docs/annotations,-xml-and-defaults.adoc
deleted file mode 100644
index dbde52bce4..0000000000
--- a/docs/annotations,-xml-and-defaults.adoc
+++ /dev/null
@@ -1,22 +0,0 @@
-= Annotations, XML and Defaults
-:index-group: Unrevised
-:jbake-date: 2018-12-05
-:jbake-type: page
-:jbake-status: published
-
-
-[source,xml]
-----
-          <p>The following is a list of all annotations and their attributes, the xml tags that correspond to them (for overriding), and what the default values are when left unspecified.</p>
-----
-
-Annotation
-
-xml element(s)
-
-default value
-
-[source,xml]
-----
-        </div>
-----
diff --git a/docs/comparison.adoc b/docs/comparison.adoc
deleted file mode 100644
index d64745625d..0000000000
--- a/docs/comparison.adoc
+++ /dev/null
@@ -1,231 +0,0 @@
-= Comparison
-:index-group: General Information
-:jbake-date: 2018-12-05
-:jbake-type: page
-:jbake-status: published
-
-
-Apache OpenEJB and Apache TomEE are born from the same project and
-community. They differ in two major ways, only one of them technical:
-
-* TomEE incorporates two additional projects; Tomcat and MyFaces
-* TomEE, as a name, more easily implies the breadth of technologies
-included
-
-Effectively, TomEE is a superset of OpenEJB. They share the same code
-and TomEE grew out of OpenEJB.
-
-Note: this table is for TomEE 1.x, TomEE 7 comments are under it.
-
-Tomcat
-
-TomEE
-
-TomEE JAX-RS (~ Microprofile)
-
-TomEE+
-
-TomEE PluME
-
-OpenEJB
-
-Java Servlets
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java ServerPages (JSP)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java ServerFaces (JSF)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java Transaction API (JTA)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java Persistence API (JPA)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java Contexts and Dependency Injection (CDI)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java Authentication and Authorization Service (JAAS)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java Authorization Contract for Containers (JACC)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-JavaMail API
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Bean Validation
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Enterprise JavaBeans
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java API for RESTful Web Services (JAX-RS)
-
-(/)
-
-(/)
-
-(/)
-
-(/)
-
-Java API for XML Web Services (JAX-WS)
-
-(/)
-
-(/)
-
-(/)
-
-Java EE Connector Architecture
-
-(/)
-
-(/)
-
-(/)
-
-Java Messaging Service (JMS)
-
-(/)
-
-(/)
-
-(/)
-
-EclipseLink
-
-(/)
-
-Mojarra
-
-(/)
-
-TomEE 7 targets JavaEE 7 and implements these specifications (in
-parenthesis the distibution(s) containing it if not part of the basic
-packages):
-
-* WebSocket JSR 356
-* JSON-P JSR 353
-* Servlet 3.1 JSR 340
-* JSF 2.2 JSR 344
-* EL 3.0 JSR 341
-* JSP 2.3 JSR 245
-* JSTL 1.2 JSR 52
-* JBatch (plus) JSR 352
-* Concurrency utilities for EE JSR 236
-* CDI 1.2, DI, Interceptors 1.2, Common Annotations JSR 346 + JSR 330 +
-JSR 318 + JSR 250
-* Bean Validation 1.1 JSR 349
-* EJB 3.2 JSR 345
-* JavaEE Connector JSR 322
-* JPA 2.1 JSR 338 (WARNING: openjpa based distributions provide a JPA
-2.0 runtime)
-* JMS 2.0 JSR 343 (layer based on ActiveMQ 5 / JMS 1.1 for default
-distributions)
-* JTA 1.2 JSR 907
-* Javamail 1.4 (NOTE: EE 7 requires 1.5)
-* JAX-RS 2.0 JSR 339
-* JAX-WS 2.2 JSR 224
-* JAXB 2.2 JSR 222
-* and more inherited from TomEE 1/JavaEE 6
diff --git a/docs/documentation.adoc b/docs/documentation.adoc
index 3b64f21694..40bdbcc3f1 100644
--- a/docs/documentation.adoc
+++ b/docs/documentation.adoc
@@ -13,12 +13,10 @@ can also find us on IRC freenode.org #openejb and #tomee
 * link:tomee-and-intellij.html[Get started with Intellij]
 * link:contrib/debug/debug-intellij.html[Debugging in Intellij]
 * link:tomee-and-eclipse.html[Get started with Eclipse (WTP)]
-* link:getting-started-with-eclipse-and-webby.html[Get started with Eclipse
-(m2e-Webby)]
+* link:getting-started-with-eclipse-and-webby.html[Get started with Eclipse (m2e-Webby)]
 * link:tomee-and-netbeans.html[Get started with Netbeans]
 
 == General Information
-* link:comparison.html[Comparison: OpenEJB, TomEE, TomEE+]
 * link:tomee-directory-structure.html[TomEE Directory structure]
 * link:deploying-in-tomee.html[Deploying in TomEE]
 * link:tomee-webapp.html[The 'tomee' webapp]
diff --git a/docs/documentation.old.adoc b/docs/documentation.old.adoc
index 6dce6b37fc..306c74803a 100644
--- a/docs/documentation.old.adoc
+++ b/docs/documentation.old.adoc
@@ -10,12 +10,10 @@ can also find us on IRC freenode.org #openejb and #tomee
 Intellij], link:contrib/debug/debug-intellij.html[Debugging in
 Intellij] +
 link:tomee-and-eclipse.html[Get started with Eclipse (WTP)] +
-link:getting-started-with-eclipse-and-webby.html[Get started with
-Eclipse (m2e-Webby)] +
+link:getting-started-with-eclipse-and-webby.html[Get started with Eclipse (m2e-Webby)] +
 link:tomee-and-netbeans.html[Get started with Netbeans]
 
-= General Informations link:comparison.html[Comparison: OpenEJB, TomEE,
-TomEE+] +
+= General Informations
 link:tomee-directory-structure.html[TomEE Directory structure] +
 link:deploying-in-tomee.html[Deploying in TomEE] +
 link:tomee-webapp.html[The 'tomee' webapp] +
diff --git a/docs/features.adoc b/docs/features.adoc
deleted file mode 100644
index e9d394df4c..0000000000
--- a/docs/features.adoc
+++ /dev/null
@@ -1,5 +0,0 @@
-= Features
-:index-group: Unrevised
-:jbake-date: 2018-12-05
-:jbake-type: page
-:jbake-status: published
diff --git a/docs/from-glassfish-to-tomee.adoc b/docs/from-glassfish-to-tomee.adoc
deleted file mode 100644
index aa3c33959a..0000000000
--- a/docs/from-glassfish-to-tomee.adoc
+++ /dev/null
@@ -1,11 +0,0 @@
-:index-group: Unrevised
-:jbake-date: 2018-12-05
-:jbake-type: page
-:jbake-status: published
-
-
-= From Glassfish
-Application Server to TomEE (plus)
-
-This page aims at reporting feedback from users while migrating from
-Glassfish to Apache TomEE.
diff --git a/docs/java-compatibility.adoc b/docs/java-compatibility.adoc
deleted file mode 100644
index 6a8cd3461d..0000000000
--- a/docs/java-compatibility.adoc
+++ /dev/null
@@ -1,13 +0,0 @@
-= Java Compatibility with TomEE 8.0.0-M3
-:index-group: General Information
-:jbake-type: page
-:jbake-status: published
-
-TomEE 8.0.0-M3 is Java EE 8 only. Any OS that supports Java 8 works
-
-
-*Note*:
-
-. Please note the `8.0.0-M3` release is a milestone release intended for evaluation purposes and should not be used in production
-. As of now TomEE `8.0.0-M3` is not fully compatible with `Java 11`. `Java 11` will be compatible if all issues are resolved and pass all tests
-
diff --git a/docs/javaee7-status.adoc b/docs/javaee7-status.adoc
deleted file mode 100644
index 9f2ab0e729..0000000000
--- a/docs/javaee7-status.adoc
+++ /dev/null
@@ -1,218 +0,0 @@
-= Java EE 7 Implementation Status
-:index-group: Unrevised
-:jbake-date: 2018-12-05
-:jbake-type: page
-:jbake-status: published
-
-
-This page shows the current implementation status for the Java EE 7
-specification compabitility of Apache Tomme 7.0.0-M1. Currently, we are
-working on the certification for Java EE 7.
-
-Version
-
-JSR
-
-TomEE
-
-TomEE+
-
-Java Servlets
-
-3.1
-
-340
-
-(/)
-
-(/)
-
-JavaServer Pages (JSP)
-
-2.3
-
-245
-
-(/)
-
-(/)
-
-Expression Language (EL)
-
-3.0
-
-341
-
-(/)
-
-(/)
-
-JavaServer Faces (JSF)
-
-2.2
-
-344
-
-(/)
-
-(/)
-
-Java API for Websocket
-
-1.0
-
-356
-
-(/)
-
-(/)
-
-Java API for JSON Processing (JSON-P)
-
-1.0
-
-353
-
-(/)
-
-(/)
-
-Batch Applications for the Java Platform
-
-1.0
-
-352
-
-(/)
-
-Concurrency Utilities for Java EE
-
-1.0
-
-236
-
-(/)
-
-Contexts and Dependency Injection (CDI)
-
-1.1
-
-346
-
-(/)
-
-(/)
-
-Bean Validation
-
-1.1
-
-349
-
-(/)
-
-(/)
-
-Enterprise JavaBeans (EJB)
-
-3.2
-
-345
-
-(/)
-
-(/)
-
-Interceptors
-
-1.2
-
-318
-
-(/)
-
-(/)
-
-Java EE Connector Architecture
-
-1.6
-
-322
-
-1.7 not supported yet
-
-Java Persistence API (JPA)
-
-2.1
-
-338
-
-API 2.1 supported, default provider still 2.0.
-
-API 2.1 supported, default provider still 2.0.
-
-Java Messaging Service (JMS)
-
-1.1
-
-343
-
-2.0 not supported yet.
-
-Java Transaction API (JTA)
-
-1.2
-
-907
-
-(/)
-
-(/)
-
-JavaMail API
-
-1.5
-
-919
-
-(/)
-
-(/)
-
-Java API for RESTful Web Services (JAX-RS)
-
-2.0
-
-339
-
-(/)
-
-(/)
-
-Java API for XML Web Services (JAX-WS)
-
-2.2
-
-224
-
-(/)
-
-Java Authentication Service Provider Interface for Containers (JAAS)
-
-1.1
-
-196
-
-(/)
-
-(/)
-
-Java Authorization Contract for Coners (JACC)
-
-1.5
-
-115
-
-(/)
-
-(/)
diff --git a/docs/tomee-webaccess.adoc b/docs/tomee-webaccess.adoc
deleted file mode 100644
index c4ce24a626..0000000000
--- a/docs/tomee-webaccess.adoc
+++ /dev/null
@@ -1,18 +0,0 @@
-:index-group: Unrevised
-:jbake-date: 2018-12-05
-:jbake-type: page
-:jbake-status: published
-
-
-NOTE: Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements. See the NOTICE file distributed with
-this work for additional information regarding copyright ownership. The
-ASF licenses this file to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance with the
-License. You may obtain a copy of the License at .
-http://www.apache.org/licenses/LICENSE-2.0 . Unless required by
-applicable law or agreed to in writing, software distributed under the
-License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-CONDITIONS OF ANY KIND, either express or implied. See the License for
-the specific language governing permissions and limitations under the
-License.