(no title)
barosl | 2 years ago
This is exactly what we do with server-side rendering today, huh. So the originally intended uses of JavaScript included servers too.
> Java programs and JavaScript scripts are designed to run on both clients and servers, with JavaScript scripts used to modify the properties and behavior of Java objects
This, not quite so.
bazoom42|2 years ago
ttepasse|2 years ago
https://github.com/antville/helma
fuzztester|2 years ago
Modules written in JavaScript and run on the server were called AppLogics (bad name, IMO).
peteri|2 years ago
pmontra|2 years ago
severino|2 years ago
> This, not quite so.
Well, technically, one can (and often does) use Javascript to send an asynchronous request to a server that -when programmed using a Java based framework- will probably modify the properties of one or more Java objects, i.e., some entity, etc.
gleenn|2 years ago
cabalamat|2 years ago
I suspect Java applets fell out of fashion because they could only manipulate a rectangular area of the screen and not the DOM. Did the DOM even exist in 1995?
afandian|2 years ago
distcs|2 years ago
oaiey|2 years ago