- Jakarta EE Cookbook
- Elder Moraes
- 92字
- 2021-06-24 16:12:37
Running your first JSF 2.3 code
Jakarta Server Faces (JSF) is the Java technology made to simplify the process of building UIs.
With JSF, you can build components and use (or reuse) them in the UI in an extensible way. You can also use other powerful APIs, such as Jakarta CDI and Jakarta Bean Validation, to improve your application and its architecture.
In this recipe, we will use the Validator and Converter interfaces with the new feature introduced by version 2.3, which is the possibility of using them with generic parameters.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- PHP程序設計(慕課版)
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Java程序員面試算法寶典
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Visual Basic程序設計
- 從零開始學C#
- Python程序設計與算法基礎教程(第2版)(微課版)
- Python大學實用教程
- Vue.js應用測試
- RocketMQ實戰與原理解析
- Android Sensor Programming By Example
- 金融商業數據分析:基于Python和SAS
- Android智能手機APP界面設計實戰教程
- Java核心編程