Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The problem is how to decide whether to push a resource or not, because the browser may already have it cached, so the push will be a waste of bandwidth (https://http2.github.io/faq/#how-can-i-use-http2-server-push).

Undertow 2.0.0.Alpha1 also provides implementation of PushBuilder (

Widget Connector
urlhttps://twitter.com/undertow_io/status/717586433205080064
)

New components

StreamView

A component similar to ListView but using java.util.stream.Stream instead of java.util.List as a model object.

...