> But the reason why it isn't convenient is because the consensus amongst Java programmers is that it's a bad idea. It wouldn't be difficult to build tooling around if one wished to
That's part of the inconvenience though, one of the advantages of CGI was the low tooling requirements.
> I think in this case, the fact that almost every language has migrated away from CGI-style routing is probably telling.
I mean sure, but beyond not being a very good protocol CGI needs to execute the handler script on every connection, Java is not known for that being cheap.
That's part of the inconvenience though, one of the advantages of CGI was the low tooling requirements.
> I think in this case, the fact that almost every language has migrated away from CGI-style routing is probably telling.
I mean sure, but beyond not being a very good protocol CGI needs to execute the handler script on every connection, Java is not known for that being cheap.