Modified: incubator/batchee/site/configuration.html URL: http://svn.apache.org/viewvc/incubator/batchee/site/configuration.html?rev=1762799&r1=1762798&r2=1762799&view=diff ============================================================================== --- incubator/batchee/site/configuration.html (original) +++ incubator/batchee/site/configuration.html Thu Sep 29 15:58:19 2016 @@ -1,33 +1,32 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-12-07 - | Rendered using Apache Maven Fluido Skin 1.3.0 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 + | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151207" /> + <meta name="Date-Revision-yyyymmdd" content="20160929" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache BatchEE - </title> - <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> + <title>Apache BatchEE – Configuration</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> - <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script> + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> - - -<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + <script type="text/javascript"> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3211522-15', 'apache.org'); - ga('send', 'pageview');</script> - - </head> + ga('send', 'pageview'); + </script> + </head> <body class="topBarEnabled"> @@ -115,23 +114,23 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="../foundation/how-it-works.html" title="How Apache Works">How Apache Works</a> + <li> <a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works">How Apache Works</a> </li> - <li> <a href="../foundation/" title="Foundation">Foundation</a> + <li> <a href="http://www.apache.org/foundation/" title="Foundation">Foundation</a> </li> - <li> <a href="../foundation/sponsorship.html" title="Sponsoring Apache">Sponsoring Apache</a> + <li> <a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsoring Apache">Sponsoring Apache</a> </li> - <li> <a href="../foundation/thanks.html" title="Thanks">Thanks</a> + <li> <a href="http://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a> </li> </ul> </li> </ul> - + </div> @@ -155,13 +154,14 @@ <div id="breadcrumbs"> <ul class="breadcrumb"> - - - <li id="publishDate">Last Published: 2015-12-07</li> - <li class="divider">|</li> <li id="projectVersion">Version: 0.3-incubating-SNAPSHOT</li> + + <li id="publishDate">Last Published: 2016-09-29 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 0.4-incubating + </li> - - + </ul> </div> @@ -170,7 +170,7 @@ <div id="bodyColumn" > - <!-- - + <!--- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information @@ -186,9 +186,10 @@ software distributed under the License i "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations -under the License. --><h1>Configuration</h1> +under the License. +--><h1>Configuration</h1> <div class="section"> -<h2>batchee.properties<a name="batchee.properties"></a></h2> +<h2><a name="batchee.properties"></a>batchee.properties</h2> <p><tt>batchee.properties</tt> can configure the JBatch container. It will look up in the classloader (advise: put it in container loader).</p> <p>Here are the available configurable services:</p> @@ -257,11 +258,7 @@ under the License. --><h1>Configuration< <li>SecurityService</li> </ul> <p>Note about JPA persistence service: to stay portable entities are not enhanced. Therefore you need to use a javaagent to do so.</p> -<p>To override a service implementation just set the key name (from the previous list) to a qualified name. For instance to use shiro security service create a batchee.properties with:</p> - -<div> -<pre class="prettyprint linenums"> -SecurityService = org.apache.batchee.shiro.ShiroSecurityService</pre></div> +<p>To override a service implementation just set the key name (from the previous list) to a qualified name.</p> <p>Some more configuration is available in batchee.properties:</p> <ul> @@ -289,24 +286,21 @@ SecurityService = org.apache.batchee.shi <footer> <div class="container"> - <div class="row span12">Copyright © 2015 - <a href="http://www.apache.org/">The Apache Software Foundation</a>. - All Rights Reserved. - - </div> + <div class="row"> + <div class="container"> + <footer id="main-footer"> + <p class="text-muted"> + Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation. + All other marks mentioned may be trademarks or registered trademarks of their respective owners. + </p> + <p class="text-muted"> + <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small> + </p> + <a href="/privacy-policy.html">Privacy Policy</a> + </footer> + </div> <!-- /container --> + </div> - <?xml version="1.0" encoding="UTF-8"?> -<div class="container"> - <footer id="main-footer"> - <p class="text-muted">Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p> - <p class="text-muted"> - <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small> - </p> - <a href="http://www.apache.org/batchee//privacy-policy.html">Privacy Policy</a> - </footer> -</div> - <p id="poweredBy" class="pull-right"> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> @@ -318,9 +312,9 @@ SecurityService = org.apache.batchee.shi <div id="ohloh" class="pull-right"> - <script type="text/javascript" src="http://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script> + <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script> </div> </div> </footer> - </body> + </body> </html> \ No newline at end of file
Added: incubator/batchee/site/css/apache-maven-fluido-1.5.min.css URL: http://svn.apache.org/viewvc/incubator/batchee/site/css/apache-maven-fluido-1.5.min.css?rev=1762799&view=auto ============================================================================== --- incubator/batchee/site/css/apache-maven-fluido-1.5.min.css (added) +++ incubator/batchee/site/css/apache-maven-fluido-1.5.min.css Thu Sep 29 15:58:19 2016 @@ -0,0 +1,9 @@ +/*! + * Bootstrap v2.3.2 + * + * Copyright 2013 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world by @mdo and @fat. [... 3 lines stripped ...] Modified: incubator/batchee/site/dependencies.html URL: http://svn.apache.org/viewvc/incubator/batchee/site/dependencies.html?rev=1762799&r1=1762798&r2=1762799&view=diff ============================================================================== --- incubator/batchee/site/dependencies.html (original) +++ incubator/batchee/site/dependencies.html Thu Sep 29 15:58:19 2016 @@ -1,33 +1,32 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2015-12-07 - | Rendered using Apache Maven Fluido Skin 1.3.0 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-29 + | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20151207" /> + <meta name="Date-Revision-yyyymmdd" content="20160929" /> <meta http-equiv="Content-Language" content="en" /> - <title>Apache BatchEE - Project Dependencies</title> - <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> + <title>Apache BatchEE – Project Dependencies</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> - <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script> + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> - - -<script type="text/javascript">(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + <script type="text/javascript"> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3211522-15', 'apache.org'); - ga('send', 'pageview');</script> - - </head> + ga('send', 'pageview'); + </script> + </head> <body class="topBarEnabled"> @@ -115,23 +114,23 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a> <ul class="dropdown-menu"> - <li> <a href="../foundation/how-it-works.html" title="How Apache Works">How Apache Works</a> + <li> <a href="http://www.apache.org/foundation/how-it-works.html" title="How Apache Works">How Apache Works</a> </li> - <li> <a href="../foundation/" title="Foundation">Foundation</a> + <li> <a href="http://www.apache.org/foundation/" title="Foundation">Foundation</a> </li> - <li> <a href="../foundation/sponsorship.html" title="Sponsoring Apache">Sponsoring Apache</a> + <li> <a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsoring Apache">Sponsoring Apache</a> </li> - <li> <a href="../foundation/thanks.html" title="Thanks">Thanks</a> + <li> <a href="http://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a> </li> </ul> </li> </ul> - + </div> @@ -155,13 +154,14 @@ <div id="breadcrumbs"> <ul class="breadcrumb"> - - - <li id="publishDate">Last Published: 2015-12-07</li> - <li class="divider">|</li> <li id="projectVersion">Version: 0.3-incubating-SNAPSHOT</li> + + <li id="publishDate">Last Published: 2016-09-29 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 0.4-incubating + </li> - - + </ul> </div> @@ -172,7 +172,7 @@ <a name="Project_Dependencies"></a> <div class="section"> -<h2>Project Dependencies<a name="Project_Dependencies"></a></h2> +<h2><a name="Project_Dependencies"></a>Project Dependencies</h2> <p>There are no dependencies for this project. It is a standalone application that does not depend on any other project.</p></div> </div> </div> @@ -181,24 +181,21 @@ <footer> <div class="container"> - <div class="row span12">Copyright © 2015 - <a href="http://www.apache.org/">The Apache Software Foundation</a>. - All Rights Reserved. - - </div> + <div class="row"> + <div class="container"> + <footer id="main-footer"> + <p class="text-muted"> + Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation. + All other marks mentioned may be trademarks or registered trademarks of their respective owners. + </p> + <p class="text-muted"> + <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small> + </p> + <a href="/privacy-policy.html">Privacy Policy</a> + </footer> + </div> <!-- /container --> + </div> - <?xml version="1.0" encoding="UTF-8"?> -<div class="container"> - <footer id="main-footer"> - <p class="text-muted">Apache Batchee, Apache, the Apache feather logo, and the Apache Batchee project logos are trademarks of The Apache Software Foundation. - All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p> - <p class="text-muted"> - <small>Apache BatchEE is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</small> - </p> - <a href="http://www.apache.org/batchee//privacy-policy.html">Privacy Policy</a> - </footer> -</div> - <p id="poweredBy" class="pull-right"> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> @@ -210,9 +207,9 @@ <div id="ohloh" class="pull-right"> - <script type="text/javascript" src="http://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script> + <script type="text/javascript" src="https://www.ohloh.net/p/batchee/widgets/project_basic_stats.js"></script> </div> </div> </footer> - </body> + </body> </html> \ No newline at end of file
