index.html #1

  • //
  • guest/
  • tjuricek/
  • p4java_ext/
  • docs/
  • site/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (3 KB)
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <title>JBake</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <meta name="keywords" content="">
    <meta name="generator" content"JBake">

    <!-- Le styles -->
    <link href="css/bootstrap.min.css" rel="stylesheet">
    <link href="css/asciidoctor.css" rel="stylesheet">
    <link href="css/base.css" rel="stylesheet">
    <link href="css/bootstrap-responsive.min.css" rel="stylesheet">

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="js/html5shiv.js"></script>
    <![endif]-->

    <!-- Fav and touch icons -->
    <!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
    <link rel="shortcut icon" href="favicon.ico">
  </head>
  <body>
    <div id="wrap">

<nav class="navbar navbar-default" role="navigation">
    <div class="container-fluid">
        <div class="navbar-header">
            <ul class="nav navbar-nav">
                <li><a href="/">p4oauth</a></li>
                <li><a href="/overview.html">Overview</a></li>
            </ul>
        </div>
    </div>
</nav>

<div class="container">

<div class="row">
    <div class="col-sm-8">
        <h2> p4java_ext - P4Java Extensions </h2>
        <p>
            During development of Commons, we found that it ended up being
            far more straightforward to use the mapping API of P4Java, which
            gave us a clearer indication of when remote calls were going to be
            made. This project basically wraps that API to expose a slightly
            more typed API, aiming at making what exact p4d commands very
            clear and straightfoward to use.
        </p>
        <p>
            p4java_ext also requires Java 8, and takes advantage of the new
            language features.
        </p>
    </div>
    <div class="col-sm-3">
        <h3> Look, ima sidebar </h3>
    </div>
</div>

</div>

    </div><!-- #wrap -->

    <div id="footer">
      <div class="container">
        <p class="muted credit">&copy; 2014 | Baked with <a href="http://jbake.org">JBake v2.2.1</a></p>
      </div>
    </div>

    <!-- Le javascript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script src="/js/jquery-1.9.1.min.js"></script>
    <script src="/js/bootstrap.min.js"></script>
    <script src="/js/run_prettify.js"></script>

  </body>
</html>
# Change User Description Committed
#1 9086 tjuricek 0.1.0 Initial release of p4java_ext

Mostly just contains enough of the P4 API to build the test data initializer. About 4 commands have minimal testing, so it works. Kind of.