<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
Hi,<br>
<br>
Thanks a lot, to you and Vincent, for your very interesting answers!<br>
So far I decided to use Drools without Guvnor (only Eclipse) but now
I realize I really should take a close look at it.<br>
<br>
Best regards,<br>
<br>
Bruno.<br>
<br>
<br>
Le 08/11/2011 20:47, <a class="moz-txt-link-abbreviated" href="mailto:GPatel@tsys.com">GPatel@tsys.com</a> a écrit :
<blockquote
cite="mid:OF25802B39.1C192701-ON07257942.006BC876-07257942.006CAF48@tsys.com"
type="cite"><font face="sans-serif" size="2">I am in the same
situation (and I suspect
a lot of people with complex domain models are), which is: how
do I let
the user easily navigate my domain model while writing a rule. </font>
<br>
<br>
<font face="sans-serif" size="2">There is support for providing a
custom
form within a popup when a fact constraint needs to be
specified. You can
present it to the user whenever a fact constraint needs to be
supplied
to the rule. Since you are providing the contents of the custom
form, you
can represent your domain however you wish to, navigate it
perhaps using
a tree, or even let the user perform a mini search to get to the
"MeSH
category".</font>
<br>
<br>
<font face="sans-serif" size="2">The custom form does not
currently work
with DSLs though, if you are planning on using DSL sentences.
But you can
write your own DSL widget that does (not too difficult, if you
know GWT).</font>
<br>
<br>
<font face="sans-serif" size="2">For my project, the biggest
utility
value of drools is the standalone editor, the Guvnor rest api
and the fact
that it is opensource (so that I can customize it for my very
complex needs)</font>
<br>
<br>
<font face="sans-serif" size="2">Thanks</font>
<br>
<font face="sans-serif" size="2">G. Patel</font>
<br>
</blockquote>
<br>
</body>
</html>