[jboss-jira] [JBoss JIRA] Commented: (JBRULES-585) syntax sugar for binding to a field on a bound fact

Venkat Garlapati (JIRA) jira-events at lists.jboss.org
Tue May 1 16:06:31 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBRULES-585?page=comments#action_12361065 ] 
            
Venkat Garlapati commented on JBRULES-585:
------------------------------------------

Hi Mark,
  Is this feature available in 3.0.6 if please provide me one example.
we desperately need this, because I can only assert one fact to rule at runtime, and in the rule I will get appropriate objects and execute my rules.

I am writing generic rules implementation accross application.

Thanks
Venkat Garlapati

> syntax sugar for binding to a field on a bound fact
> ---------------------------------------------------
>
>                 Key: JBRULES-585
>                 URL: http://jira.jboss.com/jira/browse/JBRULES-585
>             Project: JBoss Rules
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Drl Parser/Builder
>    Affects Versions: 3.0.5
>            Reporter: Michael Neale
>         Assigned To: Mark Proctor
>             Fix For: 3.1-m3
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> For example:
> c: Customer($id: id)
> p: Person(customerId == $id.....)
> could become:
> c: Customer()
> p: Person(customerId == c.id)
> much more OO looking. Can use an extractor (if possible).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list