- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 84字
- 2021-06-18 18:59:52
JavaServer Pages
Like servlets, JavaServer Pages (JSPs) are also server-side modules used for processing web requests. JSPs are great for handling requests that generate large HTML markup responses. In JSP pages, Java code or JSP tags can be mixed with other HTML code, such as HTML tags, JavaScript, and CSS. Since Java code is embedded in the larger HTML code, it is easier (than servlets) to generate an HTML response from the JSP pages. JSP specification 2.3 is included in JEE 8.
推薦閱讀
- Mastering Visual Studio 2017
- 數字媒體應用教程
- Redis Applied Design Patterns
- Practical Data Science Cookbook(Second Edition)
- Mastering QGIS
- Cassandra Design Patterns(Second Edition)
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- C#程序設計
- Java Web程序設計任務教程
- SQL Server實用教程(SQL Server 2008版)
- Android開發三劍客:UML、模式與測試
- ExtJS Web應用程序開發指南第2版
- MATLAB 2020 GUI程序設計從入門到精通
- Java程序設計入門(第2版)
- Java服務端研發知識圖譜