Skip to content

Commit 055e12b

Browse files
committed
rebuild docs again
1 parent ec68e74 commit 055e12b

File tree

28 files changed

+246
-31
lines changed

28 files changed

+246
-31
lines changed

docs/index.html

+182-16
Large diffs are not rendered by default.

ear/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== ear
6+
57
.build
68
----
79
./mvnw clean package -U

ejb-2-starter/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== ejb-2-starter
6+
57
.build and test
68
----
79
docker-compose down -v; ./mvnw; docker-compose up --build

ejb-2/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== ejb-2
6+
57
.build
68
----
79
./mvnw clean package -U

ejb-3-java-ee-7/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== ejb-3-java-ee-7
6+
57
.build and test
68
----
79
docker-compose down -v; ./mvnw; docker-compose up --build

ejb-3-starter/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== ejb-3-starter
6+
57
.build and test
68
----
79
docker-compose down -v; ./mvnw; docker-compose up --build

ejb-stateful-singleton/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== ejb-stateful-singleton
6+
57
.build and test
68
----
79
docker-compose down -v; ./mvnw; docker-compose up --build

forge-javaee-6-ws/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== forge-javaee-6-ws
6+
57
.up and running
68
----
79
./mvnw clean package -U -T 2; docker-compose up --build --force-recreate --remove-orphans

forge-ws/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== forge-ws
6+
57
.init new maven project using forge cli
68
----
79
forge

glassfish-ext.js/README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
//tag::content[]
44

5+
=== glassfish-ext.js
56
packaging two WARs in glassfish in Docker
67

78
.Using Glassfish 5.0 in docker (alpine)

java-ee-7-docker-jboss-eap-6.4-quickstart/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== java-ee-7-docker-jboss-eap-6.4-quickstart
6+
57
. link:https://www.youtube.com/watch?v=rBt8CaxaBiw[Java EE 7 One]
68

79
//end::content[]

java-kube-ee/README.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
= java-ee-examples (gradle) image:https://travis-ci.org/daggerok/java-ee-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/java-ee-examples"]
22

3-
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example playground application
4-
53
//tag::content[]
64

5+
=== java-kube-ee
6+
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example playground application
7+
78
.prepare kubernetes cluster, build docker image, push into local registry
89
----
910
minikube start --cpus=4 --memory=4096

jboss-eap-ext.js/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== jboss-eap-ext.js
6+
57
packaging two WARs into jboss AS
68

79
.Using JBoss EAP 6.4 in docker

jboss-eap-h2-ejb/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== jboss-eap-h2-ejb
6+
57
.according to default ${JBOSS_HOME}/standalone/configuration/standalone.xml
68
[source,xml]
79
----

kotlin-java-ee-payara-docker/README.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
//tag::content[]
44

5-
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example using kotlin
5+
=== kotlin-java-ee-payara-docker
6+
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example using Kotlin
67

78
----
89
./gradlew clean war

kotlin-java-ee/README.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
//tag::content[]
44

5-
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example using kotlin
5+
=== kotlin-java-ee
6+
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example using Kotlin
67

78
//end::content[]

kotlin-plugins-java-ee/README.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
//tag::content[]
44

5-
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example using kotlin
5+
=== kotlin-plugins-java-ee
6+
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example using Kotlin
67

78
----
89
bash gradlew clean build

kumuluzee-config/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== kumuluzee-config
6+
57
link:rpc-app/[see rpc-app module]
68

79
//end::content[]

kumuluzee-microprofile-1.0/README.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
= java-ee-examples (main swarm static content) image:https://travis-ci.org/daggerok/java-ee-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/java-ee-examples"]
22

3-
This repository contains simple JavaEE Wildfly Swarm Micro-profile example - serving static content
4-
53
//tag::content[]
64

5+
=== kumuluzee-microprofile-1.0
6+
This repository contains simple JavaEE Wildfly Swarm Micro-profile example - serving static content
7+
78
.using gradle / java microprofile
89
----
910
bash gradlew clean build

kumuluzee-mp-2.0-jax-ws/README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
//tag::content[]
44

5+
=== kumuluzee-mp-2.0-jax-ws
56
in progress...
67

78
.up and running

main-swarm-rest-api/README.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
= java-ee-examples (main swarm) image:https://travis-ci.org/daggerok/java-ee-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/java-ee-examples"]
22

3-
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example - REST API / running wildfly-swarm with main method
4-
53
//tag::content[]
64

5+
=== main-swarm-rest-api
6+
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example playground application
7+
78
.using gradle / java microprofile
89
----
910
bash gradlew clean build

main-swarm-static-content/README.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
= java-ee-examples (main swarm static content) image:https://travis-ci.org/daggerok/java-ee-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/java-ee-examples"]
22

3-
This repository contains simple JavaEE Wildfly Swarm Micro-profile example - serving static content
4-
53
//tag::content[]
64

5+
=== main-swarm-static-content
6+
This repository contains simple JavaEE Wildfly Swarm Micro-profile example - serving static content
7+
78
.using gradle / java microprofile
89
----
910
bash gradlew clean build

timer-async-ejb/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== timer-async-ejb
6+
57
.build and test
68
----
79
docker-compose down -v; ./mvnw; docker-compose up --build

timer/README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
//tag::content[]
44

5+
=== timer
6+
57
.build and test
68
----
79
docker-compose down -v; ./mvnw; docker-compose up --build

tomee-ext.js/README.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
//tag::content[]
44

5+
=== tomee-ext.js
56
packaging two WARs in TomEE in Docker
67

78
.Using TomEE in docker

wildfly-swarm-gradle/README.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
= java-ee-examples (gradle) image:https://travis-ci.org/daggerok/java-ee-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/java-ee-examples"]
22

3-
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example playground application
4-
53
//tag::content[]
64

5+
=== wildfly-swarm-gradle
6+
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example playground application
7+
78
.using gradle / java microprofile
89
----
910
bash gradlew clean build

wildfly-swarm-maven/README.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
= java-ee-examples (maven) image:https://travis-ci.org/daggerok/java-ee-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/java-ee-examples"]
22

3-
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example playground application
4-
53
//tag::content[]
64

5+
=== wildfly-swarm-maven
6+
This repository contains simple JavaEE JAX-RS Wildfly Swarm Micro-profile example playground application
7+
78
.using maven
89
----
910
mvn -Djava.net.preferIPv4Stack=true wildfly-swarm:run

xmlrpc/README.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
//tag::content[]
44

5+
=== xmlrpc
6+
Apache XML-RPC (org.apache.xmlrpc)
7+
8+
variations:
9+
10+
. link:./server-client/[monolith]
11+
. link:./server/[micro-server]
12+
. link:./client/[micro-client]
13+
514
.build and test
615
----
716
docker-compose down -v; ./mvnw clean package; docker-compose up --build

0 commit comments

Comments
 (0)