December 2019
Intermediate to advanced
314 pages
6h 51m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "An index.html page is provided as a marker in our project, as shown in the project's hierarchy."
A block of code is set as follows:
// Create new JSON for Order #1 objOrder = Json.createObjectBuilder() .add("id", new Long(1)) .add("item", "mountain bike") .add("price", new Long(100))
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
@POST@RolesAllowed("admin")public Response create(Customer customer)
Any command-line ...
Read now
Unlock full access