воскресенье, 8 мая 2016 г., 10:47:36 UTC+3 пользователь Thomas Broyer написал:
Is 9.2.16 API-compatible with 9.2.14?
Unfortunately I don't have much experience with 9.2.x backward compatibility. But jetty 9.2.16 from custom GWT SDK build works well in our GWT applications.
What does 9.2.16 bring to the table?
Mostly bug fixes. Not much new API.
My personal interest is a GzipHandler API changes.
I'm faced with problem with bundled jetty's version (9.2.14) and spring-boot (1.3.3.RELEASE) gzip handler setup (spring-boot uses GzipHandler API that has been extended in 9.2.15).
Of course, this is true only for launching from IDE (eclipse).
I can live with this by unbundling jetty from SDK version of gwt-dev, but may be it is worth to update bundled jetty to the latest version before beta/RC/release.
(BTW, if using Maven artifacts, you can easily upgrade without rebuilding)
Yes, and this works fine when building production. But, as I said above, developers have some problems when launching application from eclipse with GWT plugin.
I know, that client and server side is not recommended to mix in the same project. But, I think it is very convenient if you can mix client and server side in some cases.