You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/01/03 19:26:27 UTC

[tomee] 03/05: add policy behind TomEE. Add small intro on each main section

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

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

commit 5167723b5022040b1f2c16532a5da43ec6fa63e7
Author: brunobat <br...@gmail.com>
AuthorDate: Fri Dec 21 21:33:29 2018 +0000

    add policy behind TomEE. Add small intro on each main section
    
    Signed-off-by: brunobat <br...@gmail.com>
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 092e760..4fd3757 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,11 @@ is a lightweight, yet powerful, JavaEE Application server with feature rich tool
 
 Is the Java Enterprise Edition of Apache Tomcat (Tomcat + Java EE = TomEE) and currently is a JakartaEE (formerly JavaEE) and Microprofile compliant application server.
 
+The application server is totally open source and created with the community efforts for the public good. 
+Collaborative consensus and and peer review according to the Apache Foundation guidelines are used to guarantee the highest 
+quality standards. 
+
+
 Official website: [https://tomee.apache.org](https://tomee.apache.org)
 
 ---
@@ -51,16 +56,21 @@ Official website: [https://tomee.apache.org](https://tomee.apache.org)
 
 ## To start using TomEE
 
+You can use TomEE to deploy Jakarta EE, Microprofile and Java EE compliant applications. 
+
 * Apache TomEE is distributed 5 different flavors, you can check the [comparison](http://tomee.apache.org/comparison.html) 
 table and then proceed to [donwload](http://tomee.apache.org/download-ng.html) the distribution for your use case. 
     
 * [Documentation and examples](http://tomee.apache.org/docs.html) are available in the official website.
 
+* The dozens of application included in the examples/ folder of the project.
    
 
 
 ## To start developing TomEE
 
+TomEE is open source and you can help in its creation.
+
 Apache TomEE is built with Apache Maven >= 3.3.9 and Java 8. The [Contribute to TomEE](http://tomee.apache.org/community/sources.html) section from the official website for a complete 
 Git, Github, Build, Test, and Continuous Integration details.