5 ms·
Just trying to understand. In the case of a Java app, would this replace tomcat or jersey or similar?
by tomstoms 2y ago
Just trying to understand. In the case of a Java app, would this replace tomcat or jersey or similar?
- ethagnawl 2y agoI'm no Java expert but I believe Unit would replace Tomcat, Jetty, etc. (i.e. the service handling HTTP requests) and would be responsible for running/managing/forwarding requests to a Jersey application.