Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in the text are shown as follows: "Specify a role for the users in the roles.properties
file."
A block of code is set as follows:
ReleaseId newReleaseId = ks.newReleaseId("com.packt.masterjbpm6", "pizzadelivery", "1.1-SNAPSHOT"); // then create the container to load the existing module Results result = ks.updateToVersion (newReleaseId);
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<bpmn2:scriptTask id="_2" name="prepare order" scriptFormat="http://www.java.com/java">
Any command-line input or output is written as follows:
ant install.demo
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Select the Administration | Data Providers link from the left navigation menu pane."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.