Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site a1dd594dd -> f5e417d31
New about page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/f5e417d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/f5e417d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/f5e417d3 Branch: refs/heads/asf-site Commit: f5e417d31e5702850c635c94941604c8ae3b6654 Parents: a1dd594 Author: JamesBognar <[email protected]> Authored: Wed Aug 30 11:23:21 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Wed Aug 30 11:23:21 2017 -0400 ---------------------------------------------------------------------- content/about2.html | 67 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 54 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/f5e417d3/content/about2.html ---------------------------------------------------------------------- diff --git a/content/about2.html b/content/about2.html index e2934e7..dbeeafd 100644 --- a/content/about2.html +++ b/content/about2.html @@ -224,16 +224,16 @@ </tr> <tr class='dark bb'> <td rowspan="2" style='text-align:center;font-weight:bold;padding:20px;'><a class='doclink' href='#Examples'>Examples</a></td> - <td class='code'><a class='doclink' href='#juneau-examples-core'>juneau-examples-core</a></td> + <td class='code'><code>juneau-examples-core</code></td> <td> - Core code examples. + Core code examples </td> <td></td> </tr> <tr class='dark bb'> - <td class='code'><a class='doclink' href='#juneau-examples-rest'>juneau-examples-rest</a></td> + <td class='code'><code>juneau-examples-rest</code></td> <td> - REST code examples. + REST code examples </td> <td></td> </tr> @@ -2106,15 +2106,15 @@ <h5 class='toc' id='Examples'>6 - Examples</h5> <div> - <p> - The <code>juneau-examples-core</code> project provides various code examples on how to use the core - libraries. - </p> - <br><hr> - <p> - The <code>juneau-examples-rest</code> project is a full-functioning microservice that shows off - the various functionality of all aspects of Juneau in a simple-to-invoke module. - </p> + <p> + The <code>juneau-examples-core</code> project provides various code examples on how to use the core + libraries. + </p> + <br><hr> + <p> + The <code>juneau-examples-rest</code> project is a full-functioning microservice that shows off + the various functionality of all aspects of Juneau in a simple-to-invoke module. + </p> <p> It implements the <b>Root resources</b> page shown previously: </p> @@ -2126,6 +2126,47 @@ </div> <!-- =========================================================================================================== --> + <!-- === JUNEAU-EXAMPLES ======================================================================================= --> + <!-- =========================================================================================================== --> + + <h5 class='toc' id='JuneauAll'>7 - Juneau All</h5> + <div> + <h6 class='figure'>Maven Dependency</h6> + <p class='bcode'> + <<xt>dependency</xt>> + <<xt>groupId</xt>>org.apache.juneau<<xt>/groupId</xt>> + <<xt>artifactId</xt>>juneau-all<<xt>/artifactId</xt>> + <<xt>version</xt>>6.3.2-incubating<<xt>/version</xt>> + <<xt>/dependency</xt>> + </p> + + <h6 class='figure'>OSGi Module</h6> + <p class='bcode'> + juneau-all-6.3.2-incubating.jar + </p> + <p> + The <code>juneau-all</code> Maven artifact provides a convenient uber-jar of the following Juneau libraries: + </p> + <ul class='code'> + <li>juneau-marshall + <li>juneau-dto + <li>juneau-svl + <li>juneau-config + <li>juneau-rest-server + <li>juneau-rest-client + </ul> + <p> + Note that it does not include the RDF and JAX-RS artifacts (which can be pulled in separately). + This limits the dependencies to the following: + </p> + <ul style='margin:0px 10px;'> + <li>Java 6 + <li>Servlet 3.1 + <li>Apache HttpClient 4.5 + </ul> + </div> + + <!-- =========================================================================================================== --> <!-- === MORE-INFORMATION ====================================================================================== --> <!-- =========================================================================================================== -->
