hello aman,
according to me using drools rule flow is the best option to go with...
according to what i get from your specified problem is you want 2 things :
1. u need to manage alternate flows using drools (i.e. leads request must go
to manager etc.)
ANS : this is fairly simple and can be done using Drools Rule
flow split node
2. u need to dynamically generate the web form ( having various options like
accept,reject,etc and comment field)
ANS : though drools is mostly not used to generate form but it
can obviously provide you with list(ArrayList) of options depending on the
outgoing nodes of split(i.e. u add a new outgoing node and it will come into
list) this list then can be used on the form
i have myself made a (java+drools+spring+jpa) project for leve application
using the config above
the following is my rule flow file have a look at it
http://drools-java-rules-engine.46999.n3.nabble.com/file/n915957/leaveflo...
-----
Keep Working >>
KiranP
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/How-to-manage-roles-a...
Sent from the Drools - User mailing list archive at
Nabble.com.