Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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.

Todas as respostas (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