- 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."
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- 造個小程序:與微信一起干件正經事兒
- Hands-On Image Processing with Python
- Mastering Rust
- Scala程序員面試算法寶典
- 動手學數據結構與算法
- Internet of Things with ESP8266
- Python+Tableau數據可視化之美
- Fastdata Processing with Spark
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- .NET 4.0面向對象編程漫談:應用篇
- 會當凌絕頂:Java開發修行實錄
- Getting Started with hapi.js
- Unity 5 Game Optimization
- TensorFlow.NET實戰