- 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.
推薦閱讀
- Instant Node Package Manager
- Learn ECMAScript(Second Edition)
- 玩轉Scratch少兒趣味編程
- Spring Boot開發與測試實戰
- 樂學Web編程:網站制作不神秘
- 從0到1:HTML+CSS快速上手
- 機器人Python青少年編程開發實例
- 深度學習:算法入門與Keras編程實踐
- 自然語言處理Python進階
- Windows Phone 7.5:Building Location-aware Applications
- Kotlin Programming By Example
- Windows Phone 8 Game Development
- 硬件產品設計與開發:從原型到交付
- Mastering Apache Camel
- Java程序設計