- Jakarta EE Cookbook
- Elder Moraes
- 90字
- 2021-06-24 16:12:45
There's more...
Note that your browser needs to support the Server Push feature; otherwise, your page will work as usual. So, make sure you check that PushBuilder is null before using it and ensure all users will have the working application.
JSF 2.3 is built on top of the Server Push feature, so if you just migrate your JSF application to a Jakarta EE 8-compatible server, you get its performance boost for free!
Finally, Server Push only works under a Secure Sockets Layer (SSL) protocol, so pay attention to it.
推薦閱讀
- Mastering Entity Framework Core 2.0
- DevOps with Kubernetes
- C和C++安全編碼(原書第2版)
- SQL語言從入門到精通
- Android NDK Beginner’s Guide
- Web全棧工程師的自我修養(yǎng)
- SAS數(shù)據(jù)統(tǒng)計分析與編程實踐
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- OpenCV with Python By Example
- Python開發(fā)基礎(chǔ)
- C指針原理揭秘:基于底層實現(xiàn)機制
- Windows Phone 8 Game Development
- Python 3快速入門與實戰(zhàn)
- Design Patterns and Best Practices in Java
- PHP 7 Programming Blueprints