Timeline for What are the design decisions involved in choosing how to expose a Java web application?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 19, 2012 at 10:43 | vote | accept | Gary | ||
| Apr 13, 2012 at 8:49 | history | edited | JoseK | CC BY-SA 3.0 | adding things as I go |
| Apr 12, 2012 at 12:42 | comment | added | Gary | +1 for a good list. It might be worth fleshing out the differences between application servers, and servlet containers and when one is favoured over the other a little more. Upgrades to application servers are often slow to come about in enterprises due to the impact on legacy code, having a bunch of Winstone/Jetty executable WARs can mitigate this by allowing some to run on Jetty6 others on Jetty7 depending on their NIO needs for example. | |
| Apr 12, 2012 at 12:10 | history | answered | JoseK | CC BY-SA 3.0 |