Good Day
I am new to GWT and try to have the request factory server communication working.
I setup everything according to the documentation:
But I receive the following error:
POST http://localhost:9876/Example/gwtRequest 405 (HTTP method POST is not supported by this URL)
I looked everywhere and just can't figure out what I am missing.
I hosted the project on github:
I tried now for hours to resolve the issue, maybe it has is due to the way I wrote my gradle file. I am relatively new to java development and the building tools aren't familiar to me, so it might simply be that I didn't handle correctly all the necessary dependencies in the gradle file.
Any help would be appreciated.