- Java EE 8 Cookbook
- Elder Moraes
- 54字
- 2021-08-27 19:07:33
There's more...
If you are using JSF, you can get the benefits from Server Push for free! You don't even need to rewrite a single line of your code, as JSF relies on the Server Push specification.
Just make sure that you run it under the HTTPS protocol, as HTTP/2.0 only works under it.