- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 163字
- 2021-06-10 18:49:15
Conventions used in the book
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: "We will create a message Producer class."
A block of code is set as follows:
class Producer {
@Inject
private lateinit var initialContext: InitialContext
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
class Producer {
@Inject
private lateinit var initialContext: InitialContext
}
Any command-line input or output is written as follows:
> kotlinc -script 14c_SecondaryConstructor.kts
Bold: Indicates a new term, an important word, or words that you see on screen. For example: "The Java Messaging System (JMS) is the standard API for messaging systems."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- Advanced Splunk
- 計算思維與算法入門
- Practical UX Design
- 深入淺出Java虛擬機:JVM原理與實戰
- MariaDB High Performance
- 深入淺出PostgreSQL
- R Deep Learning Cookbook
- Oracle 18c 必須掌握的新特性:管理與實戰
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Advanced UFT 12 for Test Engineers Cookbook
- Laravel Application Development Blueprints
- 硬件產品設計與開發:從原型到交付
- Mastering OAuth 2.0
- Java EE 7 Development with WildFly
- 透視C#核心技術:系統架構及移動端開發