Cay Horstmann wrote:Hi, it's good feedback that you want HTTP/2 push covered.
Generally, I stick to use cases that (a) aren't bleeding edge and (b) are of interest to application programmers, not system programmers. If in a year or two, application programmers have to worry about this, I'll put it into the book.
I think it's an important skill to eyeball a new feature and gauge whether it has a broad impact. For example, someone who should remain nameless (Simon Ritter) gives presentations about new features in Java 9 that contain such gems as "PKCS12 key stores by default" and "Spin-Wait Hints". These are important features only for the small number of heroes who give us application programmers better-performing libraries and tools. The service that I aim to provide is that I don't put them in my books.
Of course, I am sometimes wrong, so if you feel that I am missing the boat on an important feature, let me know.
Cheers,
Cay
I am a Java web services developer.
RESTful Web Services builds upon HTTP, so I am curious how the HTTP/2 (e.g. push) features in Java will affect web services, especially RESTful ones.
Will you write a book about Java web services in the future?