- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 186字
- 2021-07-23 19:24:27
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: "The interface includes one abstract method—onMessage(Message msg)."
A block of code is set as follows:
public class ClientMDB implements MessageListener { @Override public void onMessage(Message msg) { // cast message and process it here } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
@Inject @JMSConnectionFactory("java:app/jms/MyConnectionFactory") private JMSContext context;
Any command-line input or output is written as follows:
********* Hello JMS!
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: "From the Common Tasks pane, navigate to Resources | JMS Resources | Destination Resources"
- 大學計算機基礎(第二版)
- The Complete Rust Programming Reference Guide
- C++程序設計(第3版)
- Java 開發從入門到精通(第2版)
- OpenCV實例精解
- MongoDB for Java Developers
- Apache Karaf Cookbook
- Python機器學習編程與實戰
- Swift語言實戰精講
- 好好學Java:從零基礎到項目實戰
- QGIS Python Programming Cookbook(Second Edition)
- PHP與MySQL權威指南
- Python面向對象編程(第4版)
- Java EE 程序設計
- 大象:Thinking in UML(第二版)