that sounds like a curious omission
sounds like you rolled your own response cycle?
Yes and it is a mess
Cleaning it up is on my todo list
just take some off the shelf thing for that
no sense in putting effort into solved problems
In my experience, the off the shelf things are way too much framework for what I want
per marketing talk this would seem sane https://jodd.org/ Jodd is set of Java micro frameworks, tools and utilities.
or this https://micronaut.io/ A modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.
i'm out of my depth in the java ecosystem, but all viable ecosystems should have something suitable
Yeah, you are probably right.
Especially since I've run into this http serving problem with a number of projects recently...it would be good to have a better solution
they're all probably amount the same, and all of them seem to have sane DI containers
I need to do some funny things in channels for example. Like I don't know the content type until fairly late in the process.
that should be fine in about anything i've ever seen