- Java EE 7 Development with NetBeans 8
- David R. Heffelfinger
- 145字
- 2021-08-06 19:08:48
Introduction to JavaServer Faces
Before JSF existed, most Java web applications were typically developed using nonstandard (as in, not part of the Java EE specification) web application frameworks such as Apache Struts, Tapestry, and Spring Web MVC, among others. These frameworks are built on top of the Servlet and JSP standards and automate a lot of functionality that needs to be manually coded when using these APIs directly.
Having a wide variety of web application frameworks available often resulted in analysis paralysis, that is, developers often spent an inordinate amount of time evaluating frameworks for their applications.
The introduction of JSF to the Java EE specification resulted in a standard, very capable web application framework available in any Java EE-compliant application server. With JSF being the standard Java EE framework, nowadays many Java enterprise application developers choose to use JSF to develop their user interface.
- C# 2012程序設(shè)計實踐教程 (清華電腦學(xué)堂)
- Learning SQLite for iOS
- 程序員修煉之道:通向務(wù)實的最高境界(第2版)
- Drupal 8 Configuration Management
- Mastering JBoss Enterprise Application Platform 7
- 微服務(wù)架構(gòu)深度解析:原理、實踐與進階
- QGIS Python Programming Cookbook(Second Edition)
- C指針原理揭秘:基于底層實現(xiàn)機制
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- Data Science Algorithms in a Week
- OpenCV 3.0 Computer Vision with Java
- HTML5程序開發(fā)范例寶典
- Node.js進階之路
- MATLAB/Simulink建模與仿真
- Mastering Linux Kernel Development