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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 420ef49  Update images on web pages.
420ef49 is described below

commit 420ef4927e54bb6c930af6496525790c07715bac
Author: JamesBognar <jamesbog...@apache.org>
AuthorDate: Wed Mar 7 13:31:22 2018 -0500

    Update images on web pages.
---
 content/components.html                            |   6 +++---
 content/examples.html                              |   3 +++
 content/images/PetStore.png                        | Bin 121032 -> 114292 bytes
 content/images/PetStore_Query.png                  | Bin 202082 -> 195445 bytes
 content/images/PetStore_light.png                  | Bin 193402 -> 177165 bytes
 content/images/Samples_RootResources.png           | Bin 165357 -> 160559 bytes
 content/images/Swagger.png                         | Bin 95579 -> 85896 bytes
 content/images/SystemPropertiesForm.png            | Bin 42428 -> 30641 bytes
 content/images/SystemPropertiesResource.png        | Bin 179512 -> 162152 bytes
 content/images/juneau-examples-rest.import4.png    | Bin 405372 -> 378973 bytes
 .../juneau-microservice-template.import4.png       | Bin 77752 -> 64787 bytes
 content/microservice.html                          |   3 +++
 content/rest-server.html                           |  22 +++++++++++++++++++--
 13 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/content/components.html b/content/components.html
index 40bacbe..fcedc9b 100644
--- a/content/components.html
+++ b/content/components.html
@@ -32,7 +32,7 @@
                <p>
                        The library consists of the following artifacts found 
in the Maven group <code>"org.apache.juneau"</code>:
                </p>
-               <table class='styled' style='min-width:800px;'>
+               <table class='styled w800'>
                        <tr>
                                <th>Category</th><th>Maven 
Artifacts</th><th>Description</th><th>Prereqs</th>
                        </tr>
@@ -213,7 +213,7 @@
                        The current version of Juneau is <code>7.1.0</code>.
                        The easiest way to pull in the library is through the 
following maven dependency:
                </p>
-               <p class='bcode w500'>
+               <p class='bcode w800'>
        <xt>&lt;dependency&gt;</xt>
                
<xt>&lt;groupId&gt;</xt>org.apache.juneau<xt>&lt;/groupId&gt;</xt>
                
<xt>&lt;artifactId&gt;</xt>juneau-all<xt>&lt;/artifactId&gt;</xt>
@@ -224,7 +224,7 @@
                        If you would like to work with the bleeding-edge code, 
you can access the <code>7.1.0-SNAPSHOT</code>
                        version through the following repository:
                </p>
-               <p class='bcode w500'>
+               <p class='bcode w800'>
        <xt>&lt;pluginRepositories&gt;
                &lt;pluginRepository&gt;
                        &lt;id&gt;<xv>apache.snapshots</xv>&lt;/id&gt;
diff --git a/content/examples.html b/content/examples.html
index af61a65..7a8c323 100644
--- a/content/examples.html
+++ b/content/examples.html
@@ -90,6 +90,9 @@
                                The microservice can be started from the 
<code>juneau-examples-rest.launch</code> file.
                                It will start up the microservice on port 10000 
which you can then view through a browser:
                        </p>
+                       <p class='bcode w800'>
+       http://localhost:10000
+                       </p>
                        <img class='bordered' 
src='images/juneau-examples-rest.import4.png' style='width:466px'>
                
                        <ul class='doctree'>
diff --git a/content/images/PetStore.png b/content/images/PetStore.png
index 4254abd..21a3a08 100644
Binary files a/content/images/PetStore.png and b/content/images/PetStore.png 
differ
diff --git a/content/images/PetStore_Query.png 
b/content/images/PetStore_Query.png
index 67e4b4b..062c37c 100644
Binary files a/content/images/PetStore_Query.png and 
b/content/images/PetStore_Query.png differ
diff --git a/content/images/PetStore_light.png 
b/content/images/PetStore_light.png
index 2b0b38d..f954edb 100644
Binary files a/content/images/PetStore_light.png and 
b/content/images/PetStore_light.png differ
diff --git a/content/images/Samples_RootResources.png 
b/content/images/Samples_RootResources.png
index 8ac7790..35c36e1 100644
Binary files a/content/images/Samples_RootResources.png and 
b/content/images/Samples_RootResources.png differ
diff --git a/content/images/Swagger.png b/content/images/Swagger.png
index 821f61f..040d6b2 100644
Binary files a/content/images/Swagger.png and b/content/images/Swagger.png 
differ
diff --git a/content/images/SystemPropertiesForm.png 
b/content/images/SystemPropertiesForm.png
index 594d7d5..99a4364 100644
Binary files a/content/images/SystemPropertiesForm.png and 
b/content/images/SystemPropertiesForm.png differ
diff --git a/content/images/SystemPropertiesResource.png 
b/content/images/SystemPropertiesResource.png
index e9b7d85..40713cf 100644
Binary files a/content/images/SystemPropertiesResource.png and 
b/content/images/SystemPropertiesResource.png differ
diff --git a/content/images/juneau-examples-rest.import4.png 
b/content/images/juneau-examples-rest.import4.png
index cd366dc..fad7e59 100644
Binary files a/content/images/juneau-examples-rest.import4.png and 
b/content/images/juneau-examples-rest.import4.png differ
diff --git a/content/images/juneau-microservice-template.import4.png 
b/content/images/juneau-microservice-template.import4.png
index 0f27f36..b0d5463 100644
Binary files a/content/images/juneau-microservice-template.import4.png and 
b/content/images/juneau-microservice-template.import4.png differ
diff --git a/content/microservice.html b/content/microservice.html
index 2bcdd85..2f75243 100644
--- a/content/microservice.html
+++ b/content/microservice.html
@@ -229,6 +229,9 @@
                                The microservice can be started from the 
<code>my-microservice.launch</code> file.
                                It will start up the microservice on port 10000 
which you can then view through a browser:
                        </p>
+                       <p class='bcode w800'>
+       http://localhost:10000
+                       </p>
                        <img class='bordered' 
src='images/juneau-microservice-template.import4.png' style='width:467px'>
 
                        <ul class='doctree'>
diff --git a/content/rest-server.html b/content/rest-server.html
index d8280d5..8c331fc 100644
--- a/content/rest-server.html
+++ b/content/rest-server.html
@@ -197,6 +197,9 @@
                <p>
                        In HTML, our resource looks like this:
                </p>
+               <p class='bcode w800'>
+       http://localhost:10000/systemProperties
+               </p>
                <img class='bordered' src='images/SystemPropertiesResource.png' 
width="800px">
                
                <p>
@@ -239,6 +242,9 @@
                <jk>return new</jk> Redirect(<js>"servlet:/"</js>);  <jc>// 
Redirect to the servlet top page.</jc>
        }
                </p>    
+               <p class='bcode w800'>
+       
http://localhost:10000/systemProperties/formPage?stylesheet=styles%2Fdark.css
+               </p>
                <img class='bordered' src='images/SystemPropertiesForm.png' 
width="800px">
                <p>
                        The REST API is built on top of Servlets, making them 
easy to deploy in any JEE environment.  
@@ -440,7 +446,10 @@
                <p>
                        Auto-generated OPTIONS pages are constructed from 
Swagger DTO beans, here shown serialized as HTML:
                </p>
-               <img class='bordered' src='images/Swagger.png' width="800px">
+               <p class='bcode w800'>
+       http://localhost:10000/systemProperties/?method=OPTIONS
+               </p>
+               <img class='bordered w800' src='images/Swagger.png'>
                <p>
                        Swagger documentation can be populated from annotations 
(as above), resource bundles, or Swagger JSON files.
                </p>
@@ -515,7 +524,10 @@
                <p>
                        The above resource when rendered in HTML shows how easy 
it is to discover and navigate to child resources using a browser:
                </p>
-               <img class='bordered' src='images/Samples_RootResources.png' 
width="800px">
+               <p class='bcode w800'>
+       http://localhost:10000
+               </p>
+               <img class='bordered w800' 
src='images/Samples_RootResources.png'>
                <p>
                        Resources can be nested arbitrarily deep.  
                        The <ja>@RestResource</ja> and <ja>@RestMethod</ja> 
annotations can be applied to any classes, not just
@@ -530,6 +542,9 @@
                        For example, the <code>PetStoreResource</code> class 
shows some advanced features such as using POJO renders
                        and converters, and HTML widgets.
                </p>
+               <p class='bcode' style='width:1000px'>
+       http://localhost:10000/petStore
+               </p>
                <img class='bordered' src='images/PetStore.png' width="1000px">
                
                <p>
@@ -583,6 +598,9 @@
                        In this case, we're using the <code>Queryable</code> 
converter that allows us to perform search/view/sort/paging
                        against collections of beans:
                </p>
+               <p class='bcode' style='width:1000px'>
+       http://localhost:10000/petstore
+               </p>
                <img class='bordered' src='images/PetStore_Query.png' 
width="1000px">
        
                <p>

-- 
To stop receiving notification emails like this one, please contact
jamesbog...@apache.org.

Reply via email to