RE: Programming Language Swift Poll
November 3, 2015 at 7:48 pm
(This post was last modified: November 3, 2015 at 7:49 pm by Jackalope.)
(November 3, 2015 at 7:17 pm)Mathilda Wrote: No. Just don't fucking use Java for a stupid website. Surely it's not beyond the wit of geeks to invent a single platform specifically for web browsers and servers that does away with all the patched on crap?
GWT.
It still leverages things such as Javascript, but everything is written in Java - the client portion of the code renders HTML/Javascript from the Java .class files. It's kind of weird, very capable, and I'm not sure if I like it or hate it yet.
ETA - I agree, using Java for a stupid website is overkill. Not for enterprise apps, though.