This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git
The following commit(s) were added to refs/heads/master by this push:
new 5c792bb improve our landing page
5c792bb is described below
commit 5c792bb6b8cab65fb02eb3adc3ddd57f039496e6
Author: Mark Struberg <[email protected]>
AuthorDate: Wed Jul 11 08:36:51 2018 +0200
improve our landing page
---
README.adoc | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/README.adoc b/README.adoc
index 597fb3d..c791571 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,8 +1,21 @@
= Meecrowave Sample
-This project shows how to use meecrowave for simple applications.
+This project shows how to use
https://openwebbeans.apache.org/meecrowave/[Apache Meecrowave] for simple
applications.
-Here what it provides:
+== About Apache Meecrowave
+
+Apache Meecrowave is a 9 MByte small embeddable Java Application Server based
on the following Apache JavaEE 8 projects:
+
+* Apache Tomcat-9.x
+* Apache log4j2
+* Apache OpenWebBeans-2.x
+* Apache Johnzon-1.1.x
+* Apache CXF-3.x
+
+
+== About our Examples
+
+Here's what it provides:
0. A pom.xml with the dependencies for this sample and meecrowave-maven-plugin
setup so you can launch `mvn package meecrowave-run`.
1. A sample JAX-RS application: in src/main/java/com/superbiz/sample/jaxrs
@@ -10,3 +23,12 @@ Here what it provides:
3. in src/main/java/com/superbiz/configuration/Defaults some enrichment of the
meecrowave Cli options for the application.
To use it launch meecrowave main (org.apache.meecrowave.runner.Cli) with
option `--app-default-name foo`.
+
+== Further Resources
+
+=== Bug Reporting
+Please use our official
https://issues.apache.org/jira/projects/MEECROWAVE[Meecrowave Bug Tracker] for
reporting bugs or enhancement requests.
+
+=== Apache Meecrowave resources
+
+Please find more information about Meecrowave on our
https://openwebbeans.apache.org/meecrowave/[Apache Meecrowave Project Site]