Re: Is moving away from RPC a good idea?

2024-01-10 Thread Colin Alworth
With 2.11 released, GWT-RPC (and RequestFactory) work on jakarta.servlet. There are no specific improvements that I'm aware of that require updating beyond the Servlet API 5.0, which is what gwt-servlet-jakarta uses. I _believe_ that RestyGWT relies on Generators, so might make an eventual

Re: Is moving away from RPC a good idea?

2024-01-10 Thread Michael Conrad
You should investigate the DominoKit project. They have a much more up-to-date JSON/Jackson-ish implementation. Ref: https://github.com/DominoKit/domino-rest On 1/10/24 11:26, Christian Hebert wrote: Hi guys, I've seen the changes in the new release regarding jakarta servlets, which is

Is moving away from RPC a good idea?

2024-01-10 Thread Christian Hebert
Hi guys, I've seen the changes in the new release regarding jakarta servlets, which is great, it's a step toward jakarta but to this day, GWT is still based on the Servlet API 3.1. Prior of seeing that change, I tried to move away from RPC calls and use http requests instead. I found a nice

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-10 Thread Adrian Smith
Thanks for all the work you put in to GWT! Much appreciated! Really looking forward to the improved Collections support myself. On Wednesday, January 10, 2024 at 12:30:29 PM UTC+1 Giuseppe La Scaleia wrote: > Great work guys. > > > Giuseppe La Scaleia > CNR - IMAA > geoSDI > Sviluppo Software

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-10 Thread Giuseppe La Scaleia
Great work guys. Giuseppe La Scaleia CNR - IMAA geoSDI Sviluppo Software C.da S. Loja 85050 Tito Scalo - POTENZA (PZ) Italia phone: +39 0971427305 fax: +39 0971 427271 mob:+39 331 2174998 mail: glascal...@gmail.com skype: glascaleia web: https://www.geosdi.org Il

Re: Announcing GWT 2.10.1 and 2.11 releases

2024-01-10 Thread David Nouls
Nice to see such a quick follow-up to a security finding and also fast progress for Java 17/21 support! Kind regards David Nouls On 9 Jan 2024 at 22:36 +0100, Colin Alworth , wrote: > I'm excited to announce the release of 2.10.1 and 2.11.0! This is our second > release under the new groupId,