- 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.
推薦閱讀
- Vue.js設計與實現
- Spring Cloud Alibaba核心技術與實戰案例
- Redis入門指南(第3版)
- JavaScript高效圖形編程
- 數據結構簡明教程(第2版)微課版
- Instant 960 Grid System
- Visual Basic程序設計教程
- PostgreSQL Replication(Second Edition)
- Mastering Linux Network Administration
- Python時間序列預測
- Learning OpenStack Networking(Neutron)
- INSTANT Sinatra Starter
- HTML 5與CSS 3權威指南(第3版·上冊)
- Java零基礎實戰
- Go語言編程