
Conventions
In this book, you will find a number of styles of text that distinguish among different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "The following piece of Perl code gets a session string and then uses it as a part of a second web service call to the addNewUser
method which, as you would expect from."
A block of code is set as follows:
public class MyTest{ public String YouSaid(String message){ return "You said: "+message; } }
Any command-line input or output is written as follows:
mvn -Ppack-demo instal mvn dependency:list
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: "Uncomment the bean definitions for the Announcements handler and Samigo handler if you wish to import their content."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.