iText – Home
Apache iText is an open-source Java library that supports the development and conversion of PDF documents. In this tutorial, we will learn how to use iText to develop Java programs…
Apache iText is an open-source Java library that supports the development and conversion of PDF documents. In this tutorial, we will learn how to use iText to develop Java programs…
ITIL is a framework providing best practice guidelines on all aspects of end to end service management. It covers complete spectrum of people, processes, products and use of partners. Now…
DocumentDB is Microsoft's newest NoSQL document database platform that runs on Azure. DocumentDB is designed keeping in mind the requirements of managing data for latest applications. This tutorial explains the…
There are different ways to debug a Drools project. Here, we will write a Utility class to let you know which rules are being triggered or fired. With this approach,…
In this chapter, we will create a Drools project for the following problem statement − Depending upon the city and the kind of product (Combination of City and Product), find…
As you saw the .drl (rule file) has its own syntax, let us cover some part of the Rule syntax in this chapter. Conditions in Rules A rule can contain…
There are various events that can be used in Cordova projects. The following table shows the available events. S.NoEvents & Details1device-ready This event is triggered once Cordova is fully loaded.…
If you see the default rule that is written in the Hello World project (Sample.drl), there are a lot of keywords used which we will be explaining now. Package − Every…
Rules The heart of the Rules Engine where you specify conditions (if ‘a’ then ‘b’). Facts Facts are the data on which the rules will act upon. From Java perspective,…
To create a basic Drools program, open Eclipse. Go to Fileb → New → Project. Select Drools Project. Give a suitable name for the project. For example, DroolsTest. The next…