You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Mark Struberg <st...@apache.org> on 2017/12/28 09:46:15 UTC

[ANNOUNCE] Apache Meecrowave-1.2.0

The Apache OpenWebBeans Team is pleased to announce the release of Apache Meecrowave-1.2.0.

Apache Meecrowave is a 9 MByte small Java Application Server based on the following Apache JavaEE 8 projects:

 * Apache Tomcat-9.0.2
 * Apache log4j-2.10.0
 * Apache OpenWebBeans-3.0.2
 * Apache Johnzon-1.1.5
 * Apache CXF-3.2.1

Apache Meecrowave contains a plugin for Apache Maven and can be used to create deployments in multiple different ways:

1.) starting directly in Maven:
 $> mvn meecrowave:run
or
 $> mvnDebug meecrowave:run

2.) Creating a release bundle zip or tar.gz
$> mvn meecrowave:bundle
The structure in the bundle is similar to a standard Tomcat installation.
It can run WAR files or web-jars.

3.) Starting a jar or WAR file with our runner:
$> java -jar  meecrowave-core-1.2.0-runner.jar --help
e.g.
$> java -jar  meecrowave-core-1.2.0-runner.jar --webapp myapp.war

4.) Embedded from within a Java program:
> new Meecrowave().bake()



More information can be found at http://openwebbeans.apache.org/meecrowave

have fun,
Your Apache OpenWebBeans team