- Jakarta EE Cookbook
- Elder Moraes
- 138字
- 2021-06-24 16:12:33
Conventions used
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: "Then, two key methods from SseResource do their work."
A block of code is set as follows:
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>8.0</version>
<scope>provided</scope>
</dependency>
Any command-line input or output is written as follows:
Info: destroy
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "We defined the security rules and roles through our code (the program). There's another approach called declarative security."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Testing with JUnit
- JavaScript:Functional Programming for JavaScript Developers
- 零基礎(chǔ)學(xué)Java(第4版)
- Visual Basic程序設(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)
- Building Mapping Applications with QGIS
- ArcGIS By Example
- Spring Boot Cookbook
- VMware虛擬化技術(shù)
- Visual C++開發(fā)入行真功夫
- Spring核心技術(shù)和案例實(shí)戰(zhàn)
- Unity 2D Game Development Cookbook
- Learning Concurrency in Kotlin
- Visual Basic程序設(shè)計(jì)教程
- 細(xì)說(shuō)Python編程:從入門到科學(xué)計(jì)算
- Spring Boot從入門到實(shí)戰(zhàn)