index.ftl #1

  • //
  • main/
  • guest/
  • tjuricek/
  • p4java_ext/
  • src/
  • site/
  • templates/
  • index.ftl
  • View
  • Commits
  • Open Download .zip Download (878 B)
<#include "header.ftl">

<#include "menu.ftl">

<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>

<#include "footer.ftl">
# Change User Description Committed
#1 9085 tjuricek First import of the project, before package refactoring.