IncQueryLabs / smarthome-cep-demonstrator

Eclipse Public License 1.0
5 stars 1 forks source link

Expanding our demo with Java classes is not supported #13

Open dandrid opened 7 years ago

dandrid commented 7 years ago

Cannot load classes from another bundle. As a result classes defined in the DRL bundle and used in the DRL files cannot be loaded. It is not a big problem, because our demo focuses on the DRL files and providing our API to use ESH, but in specific cases it's better to use Java helper classes (Like the TimedDimmer, which will handle the dimmer functionality).