Comment on Ask HN: Using Java for a web application in 2023parentComments−Bjartr3yI use GWT at work daily. Though we don't use GWT RPC at all and just have normal http endpoints returning JSON on the server, so I wouldn't describe it as tightly coupled to the RPC system.That said, I wouldn't recommend it for new projects.
Comments
I use GWT at work daily. Though we don't use GWT RPC at all and just have normal http endpoints returning JSON on the server, so I wouldn't describe it as tightly coupled to the RPC system.
That said, I wouldn't recommend it for new projects.