Home  >  Article  >  Java  >  What does javaee mean?

What does javaee mean?

藏色散人
藏色散人Original
2019-05-22 15:53:5952643browse

JavaEE is a new name for J2EE. It is an enterprise-level distributed application development specification jointly formulated by many companies under the leadership of SUN. Java EE is a collection of specifications for developing and deploying enterprise applications.

What does javaee mean?

Java EE is actually a collection of Java platform technologies and APIs designed to support "enterprise" applications, which can generally be classified as large , distributed, transactional and high-availability applications designed to support mission-critical business needs. A simple understanding of javaEE is for enterprise-level development, most of which are web development. For example, the backends of websites such as JD.com and Taobao are all written in Java.

Java EE is a collection of specifications for developing and deploying enterprise applications.

Typically, enterprise applications refer to software hosted on servers that provide applications that support the enterprise.

Specifications (defined by Sun) describe services, application programming interfaces (APIs) and protocols.

The 13 core technologies that make up Java EE include:

JDBC
JNDI
EJB的
RMI
JSP
Java servlet
XML
JMS
Java IDL
JTS
JTA
JavaMail的
JAF

Java EE product providers are typically application servers, web servers, or database system vendors that provide A class that implements the interface defined in the specification. These vendors compete on implementation of the Java EE specification.

When companies need Java EE experience, what they really need is experience using the technologies that make up Java EE. Typically, companies only use a subset of Java EE technologies.

The above is the detailed content of What does javaee mean?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn