- Java EE 7 Development with NetBeans 8
- David R. Heffelfinger
- 205字
- 2021-08-06 19:08:43
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: "NetBeans uses the JAVA_HOME
environment variable to populate the JDK's directory location."
A block of code is set as follows:
<package com.ensode.flowscope.namedbeans; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.faces.flow.FlowScoped; import javax.inject.Named; @Named @FlowScoped("registration") public class RegistrationBean { ...
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
package com.ensode.flowscope.namedbeans;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import javax.faces.flow.FlowScoped;
import javax.inject.Named;
@Named
@FlowScoped("registration")
public class RegistrationBean {
...
Any command-line input or output is written as follows:
chmod +x filename.sh
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: " To download NetBeans, we need to click on the Download button."
- jQuery Mobile Web Development Essentials(Third Edition)
- MongoDB for Java Developers
- Mastering matplotlib
- 前端架構(gòu):從入門到微前端
- Getting Started with NativeScript
- Asynchronous Android Programming(Second Edition)
- INSTANT Adobe Edge Inspect Starter
- JavaScript應用開發(fā)實踐指南
- MATLAB GUI純代碼編寫從入門到實戰(zhàn)
- 新印象:解構(gòu)UI界面設計
- Java 9 Programming By Example
- Data Manipulation with R(Second Edition)
- Learn Linux Quickly
- Build Your Own PaaS with Docker
- CISSP in 21 Days(Second Edition)