Information Technology Reference
In-Depth Information
KIE services
In the KIE API, there are a lot of different services for the instantiation of components that
could be implemented in different ways. Luckily, a helper method to access those instanti-
ations is provided by the KieServices class, which serves as a simple starting point for
the generation and access of the KIE components. It is accessible through the following
method:
KieServices ks = KieServices.Factory.get();
This method will be used in the next pieces of code.
Search WWH ::




Custom Search