- Learning PrimeFaces Extensions Development
- Sudheer Jonna
- 214字
- 2021-07-16 12:11:16
JobHub in action
Step 1
Step 2
Step 3
Also 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, URL names, table headings and content, attribute names, filenames, commands and abbreviations, and so on are shown/highlighted as follows.
For example, the filenames and keywords are mentioned as follows:
"First we will create the layout.xhtml
page, which will render the HelloWorld
message in the center pane of the layout component."
A block of code is set as follows:
<pe:layout resizerTip="Resize Me" togglerTipClosed="Open Me" togglerTipOpen="Close Me"> <pe:layoutPane position="north"> North Block </pe:layoutPane> <pe:layoutPane position="east"> East Block </pe:layoutPane> <pe:layoutPane position="center"> <h1>Hello, Welcome to Primefaces Extensions world</h1> </pe:layoutPane> <pe:layoutPane position="west" size="200"> West Block </pe:layoutPane> <pe:layoutPane position="south"> South Block </pe:layoutPane> </pe:layout>
Any command-line input or output is written as follows:
- The Maven run command for Oracle Mojarra is as follows:
mvn jetty:run
- The Maven run command for Apache Myfaces is as follows:
mvn jetty:run -Pmyfaces
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: "Clicking on the TOP button scrolls the web page to the top of the screen."
- Learn ECMAScript(Second Edition)
- PyTorch自動駕駛視覺感知算法實戰
- Learning Apache Mahout Classification
- Mastering ArcGIS Enterprise Administration
- Managing Microsoft Hybrid Clouds
- Machine Learning for OpenCV
- 奔跑吧 Linux內核
- Android智能手機APP界面設計實戰教程
- Learning Shiny
- Java EE實用教程
- Java EE 7 Development with WildFly
- React.js實戰
- The Python Apprentice
- Daniel Arbuckle's Mastering Python
- Odoo Development Essentials