- Java EE 7 Development with WildFly
- Micha? ?mil Micha? Mat?oka Francesco Marchioni
- 232字
- 2021-08-06 19:45:00
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "After an MDB instance's onMessage()
method returns, the request is complete, and the instance is placed back in the free pool."
A block of code is set as follows:
<jms-destinations> <jms-queue name="TicketQueue"> <entry name="java:jboss/jms/queue/ticketQueue"/> <durable>false</durable> </jms-queue> </jms-destinations>
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
@Stateless public class SampleEJB { @Resource(mappedName = "java:/ConnectionFactory") private ConnectionFactory cf; }
Any command-line input or output is written as follows:
CREATE DATABASE ticketsystem; CREATE USER jboss WITH PASSWORD 'jboss'; GRANT ALL PRIVILEGES ON DATABASE ticketsystem TO jboss;
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes, for example, appear in the text like this: "For example, the Eclipse's File menu includes an option JPA Entities from Table that (once a connection has been set up to the database) allows reversing your DB schema (or part of it) into Java entities."
- Functional Python Programming
- 零基礎玩轉區塊鏈
- Expert Android Programming
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- 用Flutter極速構建原生應用
- Mastering JBoss Enterprise Application Platform 7
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- WordPress 4.0 Site Blueprints(Second Edition)
- Android系統級深入開發
- 編程可以很簡單
- 少兒編程輕松學(全2冊)
- 例解Python:Python編程快速入門踐行指南
- Processing開發實戰
- R語言與網站分析
- Python網絡運維自動化