- PrimeFaces Theme Development
- Andy Bailey Sudheer Jonna
- 154字
- 2021-07-09 21:12:22
Summary
Well done. You made it to the end of the first chapter with a working project and learned the repeatable steps that are required to create any PrimeFaces JSF web project using Maven.
In this chapter, we have successfully created a NetBeans Maven web project using the new project wizard, added the JSF framework to the project by adjusting the Project Properties, added the PrimeFaces component library as a dependency using Maven, added additional libraries as dependencies using Maven, and finally ran the project in GlassFish and viewed the start page of the application in a browser.
These steps are always the first steps that we need to take when creating a new PrimeFaces and JSF-based web application. Because of this, I felt that it's important that the first chapter of this book is devoted to this rather than the more fun things that we will be getting into later in the book.
- 程序員面試筆試寶典(第3版)
- Learn TypeScript 3 by Building Web Applications
- 微信公眾平臺與小程序開發:從零搭建整套系統
- Java系統分析與架構設計
- Python自然語言處理(微課版)
- Java Web應用開發技術與案例教程(第2版)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Python機器學習編程與實戰
- Mastering Android Development with Kotlin
- 軟件測試綜合技術
- Flink技術內幕:架構設計與實現原理
- 數據結構:Python語言描述
- 大話代碼架構:項目實戰版
- Python深度學習入門:從零構建CNN和RNN