- Java EE 8 Application Development
- David R. Heffelfinger
- 191字
- 2021-07-02 22:04:56
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The @Named class annotation designates this bean as a CDI named bean."
A block of code is set as follows:
if (!emailValidator.isValid(email)) {
FacesMessage facesMessage =
new FacesMessage(htmlInputText.getLabel()
+ ": email format is not valid");
throw new ValidatorException(facesMessage);
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
@FacesValidator(value = "emailValidator")
Any command-line input or output is written as follows:
/asadmin start-domain domain1
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
Warnings or important notes appear like this.
Tips and tricks appear like this.
- Responsive Web Design with HTML5 and CSS3
- 從0到1:HTML+CSS快速上手
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級(jí)版)
- Odoo 10 Implementation Cookbook
- C# Multithreaded and Parallel Programming
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)項(xiàng)目化教程
- Magento 2 Beginners Guide
- Java EE架構(gòu)設(shè)計(jì)與開發(fā)實(shí)踐
- SQL Server 2014 Development Essentials
- MySQL從入門到精通
- Unity虛擬現(xiàn)實(shí)開發(fā)圣典
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)教程
- JavaScript前端開發(fā)程序設(shè)計(jì)教程(微課版)
- Mastering MeteorJS Application Development
- Python大數(shù)據(jù)與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)