(no title)
herr_gurke | 3 years ago
The author also made a point of negligible gains - even if you spend a week to setup auth, sessions etc. if still negligible for longer running projects
herr_gurke | 3 years ago
The author also made a point of negligible gains - even if you spend a week to setup auth, sessions etc. if still negligible for longer running projects
gonzo41|3 years ago
I've recently had to make a mod to a decaying app written in GWT. It was easy because no one got creative. I think theres a long term risk with rolling you're own that you box yourself into a lot of corners without knowing it.
herr_gurke|3 years ago
Im not talking about writing your own http server, or building the whole database access library. You can use some ready made libraries. As long as you keep proper boundaries between IO and business logic, you can fairly easy change the IO libraries.
Of course there is quite some overhead there, and for some projects it makes not sense.