Java SE或Java EE(标准版还是企业版)? [英] Java SE or Java EE (standard or enterprise)?

查看:155
本文介绍了Java SE或Java EE(标准版还是企业版)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开始做很多Java EE开发工作。可以在家用机器而不是JRE上安装Java EE吗?

I'm starting to do a lot of Java EE dev work. Is it ok to install Java EE on my home machine instead of a JRE?

此外,GlassFish可以在JRE上运行还是需要Java EE?

Also, can GlassFish run on a JRE or does it need Java EE?

推荐答案

Java EE是一个抽象API。 GlassFish是可用的具体Java EE实现之一。 Oracle.com的Java EE下载基本上只是GlassFish以及一些文档/示例,还可以选择NetBeans。因此,如果您从Oracle.com下载Java EE,那么您已经是GlassFish:)

Java EE is an abstract API. GlassFish is one of the available concrete Java EE implementations. The Java EE download from Oracle.com is basically just GlassFish along with some documentation/examples and optionally also NetBeans. So if you download Java EE from Oracle.com, you've already GlassFish :)

它只需要一个Java SE JDK(不是只是 JRE!)已经在您的机器上,必须单独下载和安装。如果您打算使用JSF进行开发,您可能会发现本教程也很有用。它包括从零开始详细安装JDK,GlassFish和Eclipse。

It only requires a Java SE JDK (not just JRE!) already on your machine which has to be downloaded and installed separately. If you intend to develop with JSF, you may find this tutorial useful as well. It covers installing JDK, GlassFish and Eclipse from the zero beginning in detail.

  • https://stackoverflow.com/questions/165230/is-the-offical-sun-java-ee-tutorial-the-best-way-to-learn-how-to-make-java-web-ap

这篇关于Java SE或Java EE(标准版还是企业版)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆