[
https://issues.apache.org/jira/browse/TOMEE-3846?focusedWorklogId=759541&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759541
]
ASF GitHub Bot logged work on TOMEE-3846:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Apr/22 20:20
Start Date: 20/Apr/22 20:20
Worklog Time Spent: 10m
Work Description: sultan commented on code in PR #854:
URL: https://github.com/apache/tomee/pull/854#discussion_r854522536
##########
docs/comparison.adoc:
##########
@@ -1 +1,125 @@
+= Comparison
+:index-group: General Information
+:jbake-date: 2018-12-05
+:jbake-type: page
+:jbake-status: published
+:icons: font
+:y: icon:check[role="green"]
+== [[versions]] Main differences between versions
+
+xref:../../comparison.adoc#versions[See main comparison page.]
+
+== [[flavors]] Synthesis of differences between flavors
+
+Apache TomEE has four distributions, each supporting a slightly different set
of technologies and aimed to give you a choice in what you want included
out-of-the-box. When in doubt, choose Apache TomEE Plume.
+
+[options="header",cols="5,5*^1"]
+|===
+||Tomcat|TomEE WebProfile|TomEE MicroProfile|TomEE Plus|TomEE Plume
+|Jakarta Annotations, Servlet, JSP, JSTL, EL, WebSocket, +
+Jakarta Authentication, Security, ...|{y}|{y}|{y}|{y}|{y}
+|Jakarta CDI, DI, EJB, JPA, JTA, JSF, JSON, JAXB, ... +
+Jakarta RESTful Web Services (JAX-RS)||{y}|{y}|{y}|{y}
+|MicroProfile Config, Health, Metrics, OpenAPI, OpenTracing, ... +
+MicroProfile Type-safe Rest Client|||{y}|{y}|{y}
+|Jakarta Authorization, Batch, Connectors, Messaging (JMS), ... +
+Jakarta SOAP Web Services (JAX-WS)||||{y}|{y}
+|Jakarta Faces (JSF) implementation||MyFaces|MyFaces|MyFaces|*Mojarra*
+|Jakarta Persistence (JPA) implementation(s)||OpenJPA|OpenJPA|OpenJPA|OpenJPA,
*EclipseLink*
+|===
+
+== [[specifications]] Detailed list of Jakarta EE 8.0 and MicroProfile 2.0
specifications
+
+Tomee 8.x specific requirement(s) :
+
+* Runs on Java SE 8
+* Specifications below :
+
+[options="header",cols="1,6*^0"]
+|===
+|Specifications|Spec. Version|Tomcat|TomEE WebProfile|TomEE MicroProfile|TomEE
Plus|TomEE Plume
Review Comment:
two columns merged
Issue Time Tracking
-------------------
Worklog Id: (was: 759541)
Time Spent: 6h 20m (was: 6h 10m)
> Inconsistence between tomee flavors comparison in website and actual jars
> -------------------------------------------------------------------------
>
> Key: TOMEE-3846
> URL: https://issues.apache.org/jira/browse/TOMEE-3846
> Project: TomEE
> Issue Type: Documentation
> Components: Website
> Reporter: Gwénaël Ruelland
> Assignee: Gwénaël Ruelland
> Priority: Major
> Labels: pull-request-available
> Fix For: 9.0.0-M8, 8.0.11
>
> Attachments: image-2022-03-02-08-56-58-642.png,
> image-2022-03-02-08-57-19-856.png, image-2022-03-02-08-58-10-952.png,
> image-2022-03-02-09-05-07-006.png, image-2022-03-02-09-05-49-069.png,
> image-2022-03-02-09-06-20-365.png, image-2022-03-02-09-10-30-996.png,
> image-2022-03-02-09-11-27-520.png, image-2022-03-02-11-59-07-000.png,
> image-2022-03-02-11-59-41-196.png, image-2022-03-02-12-19-25-319.png,
> image-2022-03-02-12-29-28-417.png, image-2022-03-02-12-54-57-355.png,
> image-2022-03-02-13-12-34-765.png, image-2022-03-03-16-02-35-432.png,
> image-2022-03-03-16-02-39-953.png, image-2022-03-03-16-03-35-130.png,
> image-2022-03-03-22-26-57-626.png, image-2022-03-11-10-45-51-121.png,
> image-2022-03-18-20-36-25-938.png, image-2022-03-25-11-18-14-708.png,
> image-2022-03-25-11-19-03-406.png, image-2022-03-26-11-41-27-229.png
>
> Time Spent: 6h 20m
> Remaining Estimate: 0h
>
> Website lets us believe that Plus flavor includes Plume flavor. which was the
> opposite for previous versions, and, Plume does includes eclipselink and
> mojarra, when Plus does not (and never did). now Plus includes batchee which
> Plume does not.
> These piece of information could be better transmitted to the website
> visitors.
> I had trouble figuring out why my java webapp was starting on Plume but not
> Plus. (because eclipselink is not in Plus)
> Questions : Is it intended to have Plus not containing Eclipselink while
> Plume not containing batchee ?
> if yes : update website
> if not : update poms
> 1) Current web site content (partial)
> !image-2022-03-02-08-56-58-642.png|width=815,height=95!
> [...]
> !image-2022-03-02-08-57-19-856.png|width=818,height=68!
> 2) Actual jars diff between flavors
> !image-2022-03-03-22-26-57-626.png|width=817,height=208!
> 3) Suggested website with 3 tables (listening to your comments)
> part (a) synthetic table
> part (b) functionalities
> part (c) implementations
> !image-2022-03-26-11-41-27-229.png|width=1029,height=1926!
> 5) capture of other attempt
> !image-2022-03-25-11-18-14-708.png|width=796,height=591!
> 6) older attempt
> !image-2022-03-18-20-36-25-938.png|width=964,height=1840!
> 6) capture of much older version
> !image-2022-03-02-09-05-07-006.png|width=816,height=597!
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)