You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/12/08 20:13:28 UTC

[juneau] branch master updated: Javadocs.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 16aced1  Javadocs.
16aced1 is described below

commit 16aced1c521a04635401e07ca0194396a2167645
Author: JamesBognar <ja...@apache.org>
AuthorDate: Sat Dec 8 15:13:16 2018 -0500

    Javadocs.
---
 .../docs/Topics/11.juneau-microservice-core.html   | 17 +++++--------
 .../{01.Introduction.html => 01.Overview.html}     |  2 +-
 .../docs/Topics/12.juneau-microservice-jetty.html  |  2 +-
 .../01.Examples.html}                              | 29 ++--------------------
 juneau-doc/src/main/javadoc/overview.html          |  2 +-
 5 files changed, 11 insertions(+), 41 deletions(-)

diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core.html b/juneau-doc/docs/Topics/11.juneau-microservice-core.html
index 17d02ab..c196591 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core.html
@@ -13,33 +13,28 @@
  ***************************************************************************************************************************/
  -->
 
-{todo} juneau-microservice-server
+{todo} juneau-microservice-core
 
 <h5 class='figure'>Maven Dependency</h5>
 <p class='bpcode w500'>
 	<xt>&lt;dependency&gt;</xt>
 		<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
-		<xt>&lt;artifactId&gt;</xt>juneau-microservice-server<xt>&lt;/artifactId&gt;</xt>
+		<xt>&lt;artifactId&gt;</xt>juneau-microservice-core<xt>&lt;/artifactId&gt;</xt>
 		<xt>&lt;version&gt;</xt>{@property juneauVersion}<xt>&lt;/version&gt;</xt>
 	<xt>&lt;/dependency&gt;</xt>
 </p>	
 
 <h5 class='figure'>Java Library</h5>
 <p class='bpcode w500'>
-	juneau-microservice-server-{@property juneauVersion}.jar 
+	juneau-microservice-core-{@property juneauVersion}.jar 
 </p>	
 
 <h5 class='figure'>OSGi Module</h5>
 <p class='bpcode w500'>
-	org.apache.juneau.microservice.server_{@property juneauVersion}.jar 
-</p>	
-
-<h5 class='figure'>Microservice Starter Project</h5>
-<p class='bpcode w500'>
-	my-microservice.zip 
+	org.apache.juneau.microservice.core_{@property juneauVersion}.jar 
 </p>	
 
 <p>
-	Juneau Microservice is an API for creating stand-alone executable jars that can be used to 
-	start lightweight configurable REST interfaces with all the power of the Juneau REST server and client APIs.
+	Juneau Microservice is an API for creating stand-alone executable jars with automatic support for
+	Juneau configurations and console commands.
 </p>
diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Introduction.html b/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html
similarity index 98%
rename from juneau-doc/docs/Topics/11.juneau-microservice-core/01.Introduction.html
rename to juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html
index 1f572ff..da680e9 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Introduction.html
+++ b/juneau-doc/docs/Topics/11.juneau-microservice-core/01.Overview.html
@@ -13,7 +13,7 @@
  ***************************************************************************************************************************/
  -->
 
-{todo} Microservice Introduction
+{todo} Microservice Overview
 
 <p>
 	The Microservice API consists of a combination of the Juneau Core, Server, and Client APIs and an embedded
diff --git a/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html b/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html
index 7d15277..632815b 100644
--- a/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html
+++ b/juneau-doc/docs/Topics/12.juneau-microservice-jetty.html
@@ -13,7 +13,7 @@
  ***************************************************************************************************************************/
  -->
 
-{todo} juneau-microservice-server
+{todo} juneau-microservice-jetty
 
 <h5 class='figure'>Maven Dependency</h5>
 <p class='bpcode w500'>
diff --git a/juneau-doc/docs/Topics/11.juneau-microservice-core.html b/juneau-doc/docs/Topics/14.juneau-examples-core/01.Examples.html
similarity index 52%
copy from juneau-doc/docs/Topics/11.juneau-microservice-core.html
copy to juneau-doc/docs/Topics/14.juneau-examples-core/01.Examples.html
index 17d02ab..c1c4770 100644
--- a/juneau-doc/docs/Topics/11.juneau-microservice-core.html
+++ b/juneau-doc/docs/Topics/14.juneau-examples-core/01.Examples.html
@@ -13,33 +13,8 @@
  ***************************************************************************************************************************/
  -->
 
-{todo} juneau-microservice-server
-
-<h5 class='figure'>Maven Dependency</h5>
-<p class='bpcode w500'>
-	<xt>&lt;dependency&gt;</xt>
-		<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
-		<xt>&lt;artifactId&gt;</xt>juneau-microservice-server<xt>&lt;/artifactId&gt;</xt>
-		<xt>&lt;version&gt;</xt>{@property juneauVersion}<xt>&lt;/version&gt;</xt>
-	<xt>&lt;/dependency&gt;</xt>
-</p>	
-
-<h5 class='figure'>Java Library</h5>
-<p class='bpcode w500'>
-	juneau-microservice-server-{@property juneauVersion}.jar 
-</p>	
-
-<h5 class='figure'>OSGi Module</h5>
-<p class='bpcode w500'>
-	org.apache.juneau.microservice.server_{@property juneauVersion}.jar 
-</p>	
-
-<h5 class='figure'>Microservice Starter Project</h5>
-<p class='bpcode w500'>
-	my-microservice.zip 
-</p>	
+{todo} Examples
 
 <p>
-	Juneau Microservice is an API for creating stand-alone executable jars that can be used to 
-	start lightweight configurable REST interfaces with all the power of the Juneau REST server and client APIs.
+	TODO
 </p>
diff --git a/juneau-doc/src/main/javadoc/overview.html b/juneau-doc/src/main/javadoc/overview.html
index 6c67a66..1673c4d 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -21426,7 +21426,7 @@
 </ul>
 <p>
 	A typical Spring Boot application can use the {@link org.apache.juneau.rest.springboot.JuneauRestInitializer} to find
-	and register Juneau REST servlets using the {@link org.apache.juneau.rest.springboot.annotation.JuneauRest} annotation.
+	and register Juneau REST servlets via the {@link org.apache.juneau.rest.springboot.annotation.JuneauRest} annotation.
 </p>
 <h5 class='figure'>Example:</h5>
 <p class='bpcode w800'>