jakartaee / faces

Jakarta Faces
Other
102 stars 55 forks source link

Leverage HTTP2 Server Push from JSF #1321

Open eclipse-faces-bot opened 9 years ago

eclipse-faces-bot commented 9 years ago

Because JSF 2.3 is allowed to depend on Java EE 8, we can take advantage of Servlet 4.0 features such as server push.

eclipse-faces-bot commented 5 years ago
eclipse-faces-bot commented 9 years ago

@glassfishrobot Commented Reported by @edburns

eclipse-faces-bot commented 8 years ago

@glassfishrobot Commented @BalusC said: Currently, JSF 2.3 already features JSR356 websocket based push as per https://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1396

eclipse-faces-bot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-1321

eclipse-faces-bot commented 7 years ago

@Selaron Commented Contrary to #1396 this is about pushing resource files to the web browser in advance on first GET request, reducing request-response cycles right?

Is this scheduled to flow into 2.3.1? @edburns blog post suggests there's already progress on that branch: http://ridingthecrest.com/blog/2017/04/18/please-test-mojarra-2_3_1-with-server-push.html