Hi all,

Implementing the native code algorithm, I have to evaluate expression named
'selection-filter' which can be a compound expression as follow :
(&(prop1=val1)(prop2>val2)(|(prop3=val31)(prop3=val32)))
where properties are the framework's ones.

Peter Kriens advices me to look at FilterImpl. I look at ldap util package
too, where I found Parser, Evaluator, Lexer, etc.

But I'm totally stuck !!!
1/ What is exactly the order of process between all those classes ?
2/ Is 'selection-filter' syntax compatible with ldap one ?
3/ What do I have to write ? Must/should/may I reuse something ? Should I
try to extract Interfaces from one or more of those existing classes ?

Thanks for all inputs ...

--
</arnaud>

Reply via email to