Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

Does server-side Java EE eliminate the need for Firefox plugins to run it on websites?

more options

I'm new to programming with Java EE, but it says it's server-side rather than client-side.

I was wondering if the client-side Java developed apps with the usual JDK either from Oracle or the OpenJDK runs into trouble with plugin architecture on modern browsers such as Firefox when encountering a website with a Java applet?

However, with a sever-side Java EE applet, would not these be more secure in delivery and not be so en-cumbersome for the HTML5 structure to pass the plugin test that they (the Java applet) would work?

If so, could someone develop this into the browser code so we do not end up with a Marxist (scared of wealthy capitalism to live on the capitalist's land like feudalism and revolt) like world around us; even in the Systems Analysis and Software Engineering worlds.

I'm new to programming with Java EE, but it says it's server-side rather than client-side. I was wondering if the client-side Java developed apps with the usual JDK either from Oracle or the OpenJDK runs into trouble with plugin architecture on modern browsers such as Firefox when encountering a website with a Java applet? However, with a sever-side Java EE applet, would not these be more secure in delivery and not be so en-cumbersome for the HTML5 structure to pass the plugin test that they (the Java applet) would work? If so, could someone develop this into the browser code so we do not end up with a Marxist (scared of wealthy capitalism to live on the capitalist's land like feudalism and revolt) like world around us; even in the Systems Analysis and Software Engineering worlds.

Všechny odpovědi (1)

more options

Server-side Java code should (ideally) generate standards-compliant HTML, CSS, and JavaScript for browsers, and not rely on client-side plugins.

Modern browsers do not run the Java (JRE) plugin. (Safari on MacOS and Internet Explorer 11 on Windows can still run a Java plugin.)

Users with Java installed can launch Java applications from web pages if they are packaged using Java Web Start. https://www.java.com/en/download/faq/java_webstart.xml