Justin,<br><br>The I8N of locales I listed are all compiled into the existing WAR, so unless you&#39;re adding a new locale you won&#39;t need to recompile.<br><br>GWT detects the browser and locale the user is using (or overriding locale, as Vincent mentions) and sends the appropriate JScript.<br>
<br>I assume you&#39;re using the Guvnor binary distribution rather than compiling from source (or using from an IDE?)<br><br>If you&#39;re compiling from source you&#39;ll need to run the &quot;full&quot; profile, as by default we only compile for en_US for speed.<br>
<br>With kind regards,<br><br>Mike<br><br><div class="gmail_quote">On 7 July 2011 12:20, Justin Case <span dir="ltr">&lt;<a href="mailto:send_lotsa_spam_here@yahoo.com">send_lotsa_spam_here@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Vincent,<br>
<div class="im"><br>
&gt;You can use predicates in the dialog box for editing a condition     column.<br>
&gt;There are 3 radio buttons for &quot;value&quot;, &quot;formula&quot;, and     &quot;predicate&quot;<br>
<br>
</div>Yes, but that looks like a very very limited version of the literal value.<br>
I really don&#39;t see any benefit in the predicate, other than being a shortcut for<br>
choosing a field literal value = true or false... am I missing something here?<br>
<div class="im"><br>
&gt;But I agree that template offer more possibilities (in term of rule<br>
&gt;complexity) that tables, which must handle &quot;flat&quot; POJO. For you     initial<br>
&gt;question, ie using functions in tables, the simpler way is     to add a method<br>
&gt;in the POJO itself, but may be not the cleaner way     ... Indeed, using tables<br>
<br>
&gt;often lead to some model adaptations...<br>
<br>
</div>We ended indeed adding a &quot;fake&quot; method to the POJO, and I hate it :)<br>
<div class="im"><br>
&gt;You can switch the langage used by adding       &quot;?langage=fr_FR&quot; parameter to<br>
&gt;the guvnor URL.<br>
&gt;You can also provide a resource file translated to your favorite       langage<br>
&gt;(by browsing the trunk or a grep code) in a JIRA.<br>
<br>
</div>Yes, and nothing happens as there&#39;s no resource file around. All these JIRAs say<br>
nothing about WHERE in the directory structure the resource file shall be<br>
placed... and based on Michael&#39;s answer this won&#39;t be a trivial endeavor<br>
(recompiling the app for a language switch?? sorry, I can&#39;t call this real i8n.)<br>
<div class="im"><br>
&gt;POJO upload :<br>
&gt;You need to &quot;SAVE&quot; the package (File/Save in the package tab) after     an<br>
&gt;upload for the new class to be updated (and old one to be     deleted). &quot;Verify&quot;<br>
&gt;<br>
&gt;is not enough (was in 5.1, not in 5.2)<br>
<br>
</div>Uh oh. This was the missing link, thanks a lot!<br>
<div class="im"><br>
&gt; &gt;Model... is there anything I can do about that? A Java POJO model       once<br>
&gt; &gt;uploaded is just a jar blob afterwards, not usable from Eclipse anymore...<br>
&gt;Via Webdav it (should) works if you upload a .jar file. Works in     5.2m2 for<br>
&gt;me, but you still need to save the package (and create the     import list in<br>
&gt;the package view too, or upload a drools.package     file) to see your classes<br>
<br>
</div>I see, I understand now.<br>
Well, unless one can upload a Java _source_ file or link it somehow, just seeing<br>
the files still doesn&#39;t bring much except some comfort &quot;look here they are&quot;.<br>
<div class="im"><br>
&gt;Guided editors are no longer supported by eclipse plugin (brl was,     gdst<br>
&gt;never was). Officialy due to a lack of interest from the users     ... brl was<br>
&gt;very badly handled anyway, so may be it is better like     this.<br>
<br>
</div>Well, at least we know where we stand. Editing them in both places didn&#39;t make<br>
much sense anyway. I&#39;m fine with editing business rules in Guvnor, if I only<br>
could edit/link the model classes and technical rules in Eclipse...<br>
<div class="im"><br>
&gt;But you can still download it to your local drive, and edit it in     XML (if<br>
&gt;you really want to).<br>
<br>
</div>No no thank you :)<br>
<div class="im"><br>
&gt; &gt;8. Clicking in Eclipse in the Guvnor perspective a freshly       created rule<br>
<br>
&gt; &gt;flow (nothing uploaded yet) throws an exception as well...<br>
&gt;How can you have a &quot;not uploaded yet&quot; resource in the Guvnor     perspective<br>
&gt;(view rather that perspective I think) ?<br>
<br>
</div>I create a new rule flow in _Guvnor_. I land on the &quot;upload resource&quot; tab. The<br>
RF is created but it&#39;s obviously empty. I do nothing there but immediately<br>
switch to Eclipse, refresh Guvnor repo view, click on the freshly created RF,<br>
bang.<br>
<br>
Many thanks,<br>
<div><div></div><div class="h5">JC<br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br>