Hacker News new | ask | show | jobs
by bensummers 5998 days ago
Would it actually be that hard to put everything in a single jar file and generate a class to boot it? Is it more than tracing dependencies and setting up the servlet configuration? Admittedly I have avoided the whole Java infrastructure, but using Jetty as an embedded web server has been painless.
1 comments

I don't know, but I'm tempted to go and find out.

Not unpacking a .war file would be a fairly major deal I think.