<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 26/07/2011 10:25, Mark Proctor wrote:
    <blockquote cite="mid:4E2E8803.50606@codehaus.org" type="cite">On
      26/07/2011 09:35, Andre wrote:
      <br>
      <blockquote type="cite">wolfgang laun wrote that this would be
        stable ...
        <br>
      </blockquote>
      Anything in the jar knowledge-api is public and stable, everything
      else is deprecated and internal.
      <br>
    </blockquote>
    See the 5.0.0 new and noteworthy<br>
<a class="moz-txt-link-freetext" href="http://docs.jboss.org/drools/release/5.2.0.Final/droolsjbpm-introduction-docs/html_single/index.html">http://docs.jboss.org/drools/release/5.2.0.Final/droolsjbpm-introduction-docs/html_single/index.html</a><br>
    <br>
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="d0e1330">2.3.&nbsp;What is New and
              Noteworthy in Drools 5.0.0</a></h2>
        </div>
      </div>
    </div>
    <div class="titlepage">
      <div>
        <div>
          <h3 class="title"><a id="d0e1333">2.3.1.&nbsp;Drools API</a></h3>
        </div>
      </div>
    </div>
    <p><a id="d0e1333">Drools now has complete api/implementation
        separation that is no longer rules oriented. This is an
        important strategy as we move to support other forms of logic,
        such as workflow and event processing. The main change is that
        we are now knowledge oriented, instead of rule oriented. The
        module drools-api provide the interfaces and factories and we
        have made pains to provide much better javadocs, with lots of
        code snippets, than we did before. Drools-api also helps clearly
        show what is intended as a user api and what is just an engine
        api, drools-core and drools-compiler did not make this clear
        enough. The most common interfaces you will use are:</a></p>
    <div class="itemizedlist">
      <ul>
        <li>
          <p><a id="d0e1333">org.drools.builder.KnowledgeBuilder</a></p>
        </li>
        <li>
          <p><a id="d0e1333">org.drools.KnowledgeBase</a></p>
        </li>
        <li>
          <p><a id="d0e1333">org.drools.agent.KnowledgeAgent</a></p>
        </li>
        <li>
          <p><a id="d0e1333">org.drools.runtime.StatefulKnowledgeSession</a></p>
        </li>
        <li>
          <p><a id="d0e1333">org.drools.runtime.StatelessKnowledgeSession</a></p>
        </li>
      </ul>
    </div>
    <br>
    <blockquote cite="mid:4E2E8803.50606@codehaus.org" type="cite">
      <br>
      Mark
      <br>
      <blockquote type="cite">
        <br>
        org.drools.runtime.rule
        <br>
        <br>
        see
        <br>
<a class="moz-txt-link-freetext" href="http://drools.46999.n3.nabble.com/sliding-window-combination-td3132340.html#a3151375">http://drools.46999.n3.nabble.com/sliding-window-combination-td3132340.html#a3151375</a>
        <br>
        <br>
        --
        <br>
        View this message in context:
<a class="moz-txt-link-freetext" href="http://drools.46999.n3.nabble.com/rules-users-Deprecated-Drools-packages-tp3197389p3199777.html">http://drools.46999.n3.nabble.com/rules-users-Deprecated-Drools-packages-tp3197389p3199777.html</a><br>
        Sent from the Drools: User forum mailing list archive at
        Nabble.com.
        <br>
        _______________________________________________
        <br>
        rules-users mailing list
        <br>
        <a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
        <br>
        <a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
        <br>
        <br>
        <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>