Hi, 2 points here:
1-Is there any reason to not have getGlobal method on a StateLessSession???? 2-What about na RCP Application for Drools Power Users? The objetive of this app would be very power users developing rules, with ful syntax and a good tool to write rules, but without all the eclipse weight and java.... ------------------------------------ Auster Solutions do Brasil Marcos Tengelmann Relações Comerciais [EMAIL PROTECTED] Avenida Ibirapuera 2120, cj 224 tel: 5052-8535 fax: 5052-6711 mobile: 9139.7983 Skype ID:mtengelmann ------------------------------------ -----Original Message----- From: Mark Proctor [mailto:[EMAIL PROTECTED] Sent: domingo, 26 de agosto de 2007 14:00 To: [email protected] Subject: [drools-dev] 'from' improvements I find my self increasingly doing this order : Order(...) purcahse : Purchase(...) from order.items Where ... is for possible field constraints; so I figured some nice sugar for this would be purchase : Purchase(...) from Order(...).items So Order is a standard Pattern with standard field constraints, the difference it it has . operator at the end with the name of a field, or even possibly a method, which is what the 'from' uses as its data source. Mark --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
