|
|
|
|
|
by bad_user
4419 days ago
|
|
> "Java application servers are dead" and since there's no alternative to Java application servers here's a solution I cooked up myself. The alternative are servlet containers, like Jetty or Tomcat. Jetty for example is very popular and really good and can be easily embedded inside an app for single JAR deployments, which is an awesome way to deploy an app btw. |
|
Generally I think of Tomcat as being as much of an application server as something like JBoss is.
Granted, JBoss/Wildfly has a lot more enterprise-y features, but they both 'serve' web 'applications.'