Re: [xwt-users] xwar file launch from IIS??
Adam Megacz <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
Emiliano Heyns <[email protected]> writes: > > That's pretty awesome. I mean, really, does it get any simpler than that? > It's still little help for people wanting to use it with IIS, though. Does IIS support CGI? It would be totally trivial to make a 'java -jar launcher.jar -cgi' mode. Remember, performance doesn't really matter for the launcher, so using CGI isn't a problem. In general, I prefer to see the single Java launcher codebase serve larger audiences rather than porting it to other languages... it's too easy for multiple codebases to get out of sync. - a