Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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.

Сви одговори (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