Rules Engine

Can I incorporate rules engine with vaadin? If so, is there a rules engine that works with vaadin?

Thanks

That sort of stuff is entirely business logic part of applications, and you can probably incorporate about any rules engine that has a Java API or an API otherwise usable from Java (REST/SOAP/etc). I believe Drools is a popular Java-based one that
has been used with Vaadin
, but there’s
many others
.