<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    It's not related to Planner performance, it's for serializating a
    Solution dataset from/to XML with xstream (and Planner doesn't care
    how you do that).<br>
    If you're getting your data another way (say from a database with
    JPA or JDBC), then you can delete all the xstream annotations in the
    example domain models.<br>
    <br>
    As far how it affects xstream's serialization performance, ask on
    the xstream mailing list. I don't think it does.<br>
    You can also use JAXB instead of xstream, if you're coming from/to
    XML.<br>
    (Internally Planner uses xstream too to parse the solver
    configuration file, but you needed care about that)<br>
    <br>
    More info (Michael has a point - first link on google :)<br>
    &nbsp; <a class="moz-txt-link-freetext" href="http://xstream.codehaus.org/annotations-tutorial.html">http://xstream.codehaus.org/annotations-tutorial.html</a><br>
    Explains how XStreamAlias replaces
    "&lt;com.thoughtworks.xstream.RendezvousMessage&gt;" with
    "&lt;message&gt;"<br>
    <br>
    <div class="moz-cite-prefix">Op 30-01-13 21:49, Andr&eacute; Fr&oacute;es schreef:<br>
    </div>
    <blockquote
cite="mid:CAC8f_wUf2bwq_DfqVxS1o+==yCOMMVQmQWX44+i6gNu_kSvenw@mail.gmail.com"
      type="cite">
      <p dir="ltr">I wont answer about what you typed, because I always
        perform a good search over the interbet and documentation, as I
        did before asking here.&nbsp; If you missunderstood the question, ask
        for something more well explained, that I would happily present
        you with another explanation. I'm no beginner at this (java),
        and now I'm trying to learn about drools. Since drools uses xml
        configuration but at the documentation, while completing the
        examples, I didn't saw&nbsp; it be&nbsp; mentioned, at least not strictly,
        and the planner also works without it mentioned at java objects.
        I want to know if it will enhance my application performance,
        since it enable easy convertion to/from xml. I hope that now my
        question's easier to understand.</p>
      <p dir="ltr">My best regards.<br>
      </p>
      <div class="gmail_quote">Em 30/01/2013 17:50, "Michael Anstis"
        &lt;<a moz-do-not-send="true"
          href="mailto:michael.anstis@gmail.com">michael.anstis@gmail.com</a>&gt;
        escreveu:<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          This day and age, when most people are presented with
          information with which they are unfamiliar they tend to turn,
          almost without exception, to the internet.<br>
          <br>
          I, being like most people, typed "@XStreamAlias" into my
          favorite serach engine and was presented with an abundance of
          answers.<br>
          <br>
          <div class="gmail_quote">On 30 January 2013 19:18, Andr&eacute; Fr&oacute;es
            <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:arfmoraes@gmail.com" target="_blank">arfmoraes@gmail.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">What is this&nbsp;@XStreamAlias(...) that i see
                in mostly of example pojos? I did my pojos without it
                and worked the same way. Is it for performance?</div>
              <br>
              _______________________________________________<br>
              rules-users mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:rules-users@lists.jboss.org"
                target="_blank">rules-users@lists.jboss.org</a><br>
              <a moz-do-not-send="true"
                href="https://lists.jboss.org/mailman/listinfo/rules-users"
                target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
              <br>
            </blockquote>
          </div>
          <br>
          <br>
          _______________________________________________<br>
          rules-users mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
          <a moz-do-not-send="true"
            href="https://lists.jboss.org/mailman/listinfo/rules-users"
            target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
          <br>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>