|
|
|
|
|
by rolph
1427 days ago
|
|
Flat Text its not a popular opinion, but java is not neccesary to handle a webpage.
if i see an unfamiliar webpage i will cURL it instead of http GET-ing it. at this point in the game im familiar enough with code that it reads easy as, often easier than a blog. webpages are served out to be read by people, if a webpage demonstrate primary purpose beyond/other than this, it is webkrupht. [in adndm] before the question if it should come to mind; Yes i am about 2secs away from giving up on browser entirely and just going back to basic CLI surfing. |
|
I assume you mean JavaScript, which has no relationship to Java.
Unfortunately it is necessary depending on what you need the page to do. It's badly overused, it's abused by AdTech, and it's often unnecessary, but it is part of the web and some things just can't be done without it.
Forms are a good example. They're one of the core features of websites, and they're much more useful with JavaScript (live validation, dynamic show/hide of certain fields, saving progress, etc.)