<div dir="ltr">For the windup-configuration, i think the fastest answer is to do this: <a href="https://issues.jboss.org/browse/WINDUP-87">https://issues.jboss.org/browse/WINDUP-87</a></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Thu, Jun 12, 2014 at 8:03 AM, Ondrej Zizka <span dir="ltr"><<a href="mailto:ozizka@redhat.com" target="_blank">ozizka@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nested iterations create verbose rules with a lot of boilerplate.<br>
Maybe the iteration could be over tuples of vertices.<br>
Eg. in DiscoverJavaFilesCP, instead of<br>
<br>
forEach( windupConf )<br>
...<br>
...<br>
............<br>
.....<br>
forEach( javaFile )<br>
<br>
we could query to get<br>
[ { windupConf, javaFile },<br>
{ windupConf, javaFile }<br>
... ]<br>
<br>
And iterate over that.<br>
Anyone investigated this? IIRC from the Gremlin tutorial, this is possible.<br>
<br>
Ondra<br>
_______________________________________________<br>
windup-dev mailing list<br>
<a href="mailto:windup-dev@lists.jboss.org">windup-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/windup-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/windup-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.org" target="_blank">http://ocpsoft.org</a><br>"Simpler is better."
</div>