Logo
Unionpedia
Communication
Get it on Google Play
New! Download Unionpedia on your Android™ device!
Install
Faster access than browser!
 

Java Platform, Enterprise Edition

Index Java Platform, Enterprise Edition

Java Platform, Enterprise Edition (Java EE), formerly Java 2 Platforms, Enterprise Edition (J2EE), currently Jakarta EE, is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web services. [1]

72 relations: Access control, Apache Geronimo, Apache Software Foundation, Apache TomEE, Application programming interface, Application server, Batch processing, Bean Validation, Caucho Technology, Computer cluster, Computer security, Concurrency (computer science), Concurrency control, Dependency injection, Deployment descriptor, Distributed computing, Eclipse Foundation, Enterprise JavaBeans, Fault tolerance, Formal specification, Free software, Fujitsu, GlassFish, High availability, Hitachi, IBM, IBM WebSphere Application Server, IBM WebSphere Application Server Community Edition, Java API for RESTful Web Services, Java API for XML Web Services, Java Architecture for XML Binding, Java BluePrints, Java Community Process, Java EE Connector Architecture, Java Message Service, Java Persistence API, Java Platform, Enterprise Edition, Java Platform, Standard Edition, Java remote method invocation, Java Research License, Java servlet, Java Transaction API, JavaServer Faces, JavaServer Pages, JavaServer Pages Standard Tag Library, JBoss Enterprise Application Platform, JOnAS, JSR 250, NEC, Oracle Application Server, ..., Oracle Corporation, Oracle iPlanet Web Server, Oracle WebLogic Server, OW2 Consortium, Pramati Technologies, Proprietary software, Red Hat, Remote procedure call, Representational state transfer, Resin (software), RMI-IIOP, SAP NetWeaver, SAP SE, Sun Community Source License, Sun Java System Portal Server, Sybase, TmaxSoft, Transaction processing, Unified Expression Language, Web container, Web service, WebSocket. Expand index (22 more) »

Access control

In the fields of physical security and information security, access control (AC) is the selective restriction of access to a place or other resource.

New!!: Java Platform, Enterprise Edition and Access control · See more »

Apache Geronimo

Apache Geronimo is an open source application server developed by the Apache Software Foundation and distributed under the Apache license.

New!!: Java Platform, Enterprise Edition and Apache Geronimo · See more »

Apache Software Foundation

The Apache Software Foundation (ASF) is an American non-profit corporation (classified as 501(c)(3) in the United States) to support Apache software projects, including the Apache HTTP Server.

New!!: Java Platform, Enterprise Edition and Apache Software Foundation · See more »

Apache TomEE

Apache TomEE (pronounced "Tommy") is the Java Enterprise Edition of Apache Tomcat (Tomcat + Java EE.

New!!: Java Platform, Enterprise Edition and Apache TomEE · See more »

Application programming interface

In computer programming, an application programming interface (API) is a set of subroutine definitions, protocols, and tools for building software.

New!!: Java Platform, Enterprise Edition and Application programming interface · See more »

Application server

An application server is a software framework that provides both facilities to create web applications and a server environment to run them.

New!!: Java Platform, Enterprise Edition and Application server · See more »

Batch processing

In computing, batch processing refers to a computer working through a queue or batch of separate jobs (programs) without manual intervention (non-interactive).

New!!: Java Platform, Enterprise Edition and Batch processing · See more »

Bean Validation

Bean Validation defines a metadata model and API for JavaBean validation.

New!!: Java Platform, Enterprise Edition and Bean Validation · See more »

Caucho Technology

Caucho Technology is based in San Diego, CA.

New!!: Java Platform, Enterprise Edition and Caucho Technology · See more »

Computer cluster

A computer cluster is a set of loosely or tightly connected computers that work together so that, in many respects, they can be viewed as a single system.

New!!: Java Platform, Enterprise Edition and Computer cluster · See more »

Computer security

Cybersecurity, computer security or IT security is the protection of computer systems from theft of or damage to their hardware, software or electronic data, as well as from disruption or misdirection of the services they provide.

New!!: Java Platform, Enterprise Edition and Computer security · See more »

Concurrency (computer science)

In computer science, concurrency refers to the ability of different parts or units of a program, algorithm, or problem to be executed out-of-order or in partial order, without affecting the final outcome.

New!!: Java Platform, Enterprise Edition and Concurrency (computer science) · See more »

Concurrency control

In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, concurrency control ensures that correct results for concurrent operations are generated, while getting those results as quickly as possible.

New!!: Java Platform, Enterprise Edition and Concurrency control · See more »

Dependency injection

In software engineering, dependency injection is a technique whereby one object (or static method) supplies the dependencies of another object.

New!!: Java Platform, Enterprise Edition and Dependency injection · See more »

Deployment descriptor

A deployment descriptor (DD) refers to a configuration file for an artifact that is deployed to some container/engine.

New!!: Java Platform, Enterprise Edition and Deployment descriptor · See more »

Distributed computing

Distributed computing is a field of computer science that studies distributed systems.

New!!: Java Platform, Enterprise Edition and Distributed computing · See more »

Eclipse Foundation

The Eclipse Foundation is a 501(c)(6) not-for-profit, member supported corporation that acts as the steward of Eclipse, an open source community working to build a development platform consisting of the frameworks, tools and run-times needed for "building, deploying and managing software across the lifecycle." The most well-known of the Eclipse projects is the Eclipse platform, a multi-language software development environment and IDE.

New!!: Java Platform, Enterprise Edition and Eclipse Foundation · See more »

Enterprise JavaBeans

Enterprise JavaBeans (EJB) is one of several Java APIs for modular construction of enterprise software.

New!!: Java Platform, Enterprise Edition and Enterprise JavaBeans · See more »

Fault tolerance

Fault tolerance is the property that enables a system to continue operating properly in the event of the failure (or one or more faults within) some of its components.

New!!: Java Platform, Enterprise Edition and Fault tolerance · See more »

Formal specification

In computer science, formal specifications are mathematically based techniques whose purpose are to help with the implementation of systems and software.

New!!: Java Platform, Enterprise Edition and Formal specification · See more »

Free software

Free software or libre software is computer software distributed under terms that allow users to run the software for any purpose as well as to study, change, and distribute it and any adapted versions.

New!!: Java Platform, Enterprise Edition and Free software · See more »

Fujitsu

is a Japanese multinational information technology equipment and services company headquartered in Tokyo, Japan.

New!!: Java Platform, Enterprise Edition and Fujitsu · See more »

GlassFish

GlassFish is an open-source application server project started by Sun Microsystems for the Java EE platform and now sponsored by Oracle Corporation.

New!!: Java Platform, Enterprise Edition and GlassFish · See more »

High availability

High availability is a characteristic of a system, which aims to ensure an agreed level of operational performance, usually uptime, for a higher than normal period.

New!!: Java Platform, Enterprise Edition and High availability · See more »

Hitachi

() is a Japanese multinational conglomerate company headquartered in Chiyoda, Tokyo, Japan.

New!!: Java Platform, Enterprise Edition and Hitachi · See more »

IBM

The International Business Machines Corporation (IBM) is an American multinational technology company headquartered in Armonk, New York, United States, with operations in over 170 countries.

New!!: Java Platform, Enterprise Edition and IBM · See more »

IBM WebSphere Application Server

WebSphere Application Server (WAS) is a software product that performs the role of a web application server.

New!!: Java Platform, Enterprise Edition and IBM WebSphere Application Server · See more »

IBM WebSphere Application Server Community Edition

WebSphere Application Server Community Edition (from now on WASCE) is a free-of-charge, certified Java EE 6 application server for building and managing Java applications.

New!!: Java Platform, Enterprise Edition and IBM WebSphere Application Server Community Edition · See more »

Java API for RESTful Web Services

JAX-RS: Java API for RESTful Web Services (JAX-RS) is a Java programming language API spec that provides support in creating web services according to the Representational State Transfer (REST) architectural pattern.

New!!: Java Platform, Enterprise Edition and Java API for RESTful Web Services · See more »

Java API for XML Web Services

The Java API for XML Web Services (JAX-WS) is a Java programming language API for creating web services, particularly SOAP services.

New!!: Java Platform, Enterprise Edition and Java API for XML Web Services · See more »

Java Architecture for XML Binding

Java Architecture for XML Binding (JAXB) is a software framework that allows Java developers to map Java classes to XML representations.

New!!: Java Platform, Enterprise Edition and Java Architecture for XML Binding · See more »

Java BluePrints

Java BluePrints is Sun Microsystems' best practices for Enterprise Java development.

New!!: Java Platform, Enterprise Edition and Java BluePrints · See more »

Java Community Process

The Java Community Process (JCP), established in 1998, is a formalized mechanism that allows interested parties to develop standard technical specifications for Java technology.

New!!: Java Platform, Enterprise Edition and Java Community Process · See more »

Java EE Connector Architecture

Java EE Connector Architecture (JCA) is a Java-based technology solution for connecting application servers and enterprise information systems (EIS) as part of enterprise application integration (EAI) solutions.

New!!: Java Platform, Enterprise Edition and Java EE Connector Architecture · See more »

Java Message Service

The Java Message Service (JMS) API is a Java Message Oriented Middleware (MOM) API for sending messages between two or more clients.

New!!: Java Platform, Enterprise Edition and Java Message Service · See more »

Java Persistence API

The Java Persistence API (JPA) is a Java application programming interface specification that describes the management of relational data in applications using Java Platform, Standard Edition and Java Platform, Enterprise Edition.

New!!: Java Platform, Enterprise Edition and Java Persistence API · See more »

Java Platform, Enterprise Edition

Java Platform, Enterprise Edition (Java EE), formerly Java 2 Platforms, Enterprise Edition (J2EE), currently Jakarta EE, is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web services.

New!!: Java Platform, Enterprise Edition and Java Platform, Enterprise Edition · See more »

Java Platform, Standard Edition

Java Platform, Standard Edition (Java SE) is a computing platform for development and deployment of portable code for desktop and server environments.

New!!: Java Platform, Enterprise Edition and Java Platform, Standard Edition · See more »

Java remote method invocation

In computing, the Java Remote Method Invocation (Java RMI) is a Java API that performs remote method invocation, the object-oriented equivalent of remote procedure calls (RPC), with support for direct transfer of serialized Java classes and distributed garbage-collection.

New!!: Java Platform, Enterprise Edition and Java remote method invocation · See more »

Java Research License

The Java Research License (JRL) is a software distribution license created by Sun in an effort to simplify and relax the terms from the "research section" of the Sun Community Source License.

New!!: Java Platform, Enterprise Edition and Java Research License · See more »

Java servlet

A Java servlet is a Java program that extends the capabilities of a server.

New!!: Java Platform, Enterprise Edition and Java servlet · See more »

Java Transaction API

The Java Transaction API (JTA), one of the Java Enterprise Edition (Java EE) APIs, enables distributed transactions to be done across multiple X/Open XA resources in a Java environment.

New!!: Java Platform, Enterprise Edition and Java Transaction API · See more »

JavaServer Faces

JavaServer Faces (JSF) is a Java specification for building component-based user interfaces for web applications and was formalized as a standard through the Java Community Process being part of the Java Platform, Enterprise Edition.

New!!: Java Platform, Enterprise Edition and JavaServer Faces · See more »

JavaServer Pages

JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types.

New!!: Java Platform, Enterprise Edition and JavaServer Pages · See more »

JavaServer Pages Standard Tag Library

The JavaServer Pages Standard Tag Library (JSTL) is a component of the Java EE Web application development platform.

New!!: Java Platform, Enterprise Edition and JavaServer Pages Standard Tag Library · See more »

JBoss Enterprise Application Platform

The JBoss Enterprise Application Platform (or JBoss EAP) is a subscription-based/open-source Java EE-based application server runtime platform used for building, deploying, and hosting highly-transactional Java applications and services.

New!!: Java Platform, Enterprise Edition and JBoss Enterprise Application Platform · See more »

JOnAS

JOnAS is an open-source implementation of the Java EE application server specification, developed and hosted by the ObjectWeb consortium (ObjectWeb is a non-profit European consortium, founded by INRIA, Groupe Bull, and France Télécom).

New!!: Java Platform, Enterprise Edition and JOnAS · See more »

JSR 250

JSR 250 is a Java Specification Request with the objective to develop annotations (that is, information about a software program that is not part of the program itself) for common semantic concepts in the Java SE and Java EE platforms that apply across a variety of individual technologies.

New!!: Java Platform, Enterprise Edition and JSR 250 · See more »

NEC

is a Japanese multinational provider of information technology (IT) services and products, headquartered in Minato, Tokyo, Japan.

New!!: Java Platform, Enterprise Edition and NEC · See more »

Oracle Application Server

The Oracle Application Server 10g (the "g" stands for grid) (short Oracle AS), consists of an integrated, standards-based software platform.

New!!: Java Platform, Enterprise Edition and Oracle Application Server · See more »

Oracle Corporation

Oracle Corporation is an American multinational computer technology corporation, headquartered in Redwood Shores, California.

New!!: Java Platform, Enterprise Edition and Oracle Corporation · See more »

Oracle iPlanet Web Server

Oracle iPlanet Web Server (OiWS) is a web server designed for medium and large business applications.

New!!: Java Platform, Enterprise Edition and Oracle iPlanet Web Server · See more »

Oracle WebLogic Server

Oracle WebLogic Server is a Java EE application server currently developed by Oracle Corporation.

New!!: Java Platform, Enterprise Edition and Oracle WebLogic Server · See more »

OW2 Consortium

OW2 is an independent non-profit organization dedicated to developing open source code infrastructure for enterprise information systems.

New!!: Java Platform, Enterprise Edition and OW2 Consortium · See more »

Pramati Technologies

Pramati Technologies is a privately held software services company based in Hyderabad, India.

New!!: Java Platform, Enterprise Edition and Pramati Technologies · See more »

Proprietary software

Proprietary software is non-free computer software for which the software's publisher or another person retains intellectual property rights—usually copyright of the source code, but sometimes patent rights.

New!!: Java Platform, Enterprise Edition and Proprietary software · See more »

Red Hat

Red Hat, Inc. is an American multinational software company providing open-source software products to the enterprise community.

New!!: Java Platform, Enterprise Edition and Red Hat · See more »

Remote procedure call

In distributed computing, a remote procedure call (RPC) is when a computer program causes a procedure (subroutine) to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.

New!!: Java Platform, Enterprise Edition and Remote procedure call · See more »

Representational state transfer

Representational State Transfer (REST) is an architectural style that defines a set of constraints and properties based on HTTP.

New!!: Java Platform, Enterprise Edition and Representational state transfer · See more »

Resin (software)

Resin is a web server and Java application server from Caucho Technology.

New!!: Java Platform, Enterprise Edition and Resin (software) · See more »

RMI-IIOP

RMI-IIOP (read as "RMI over IIOP") denotes the Java Remote Method Invocation (RMI) interface over the Internet Inter-Orb Protocol (IIOP), which delivers Common Object Request Broker Architecture (CORBA) distributed computing capabilities to the Java platform.

New!!: Java Platform, Enterprise Edition and RMI-IIOP · See more »

SAP NetWeaver

SAP NetWeaver is a technology of the software company SAP SE, and the technical foundation for many SAP applications.

New!!: Java Platform, Enterprise Edition and SAP NetWeaver · See more »

SAP SE

SAP SE (Systeme, Anwendungen und Produkte in der Datenverarbeitung, "Systems, Applications & Products in Data Processing") is a German-based European multinational software corporation that makes enterprise software to manage business operations and customer relations.

New!!: Java Platform, Enterprise Edition and SAP SE · See more »

Sun Community Source License

The Sun Community Source License (SCSL) is a community source software licensing model designed by Sun Microsystems that covers the J2SE and J2EE software development kits.

New!!: Java Platform, Enterprise Edition and Sun Community Source License · See more »

Sun Java System Portal Server

The Sun Java System Portal Server is a component of the Sun Java Platform, Enterprise Edition, a software system that supports a wide range of enterprise computing needs.

New!!: Java Platform, Enterprise Edition and Sun Java System Portal Server · See more »

Sybase

Sybase was an enterprise software and services company that produced software to manage and analyze information in relational databases.

New!!: Java Platform, Enterprise Edition and Sybase · See more »

TmaxSoft

TmaxSoft is a South Korea-based multinational corporation specializing in enterprise software.

New!!: Java Platform, Enterprise Edition and TmaxSoft · See more »

Transaction processing

Transaction processing is information processing in computer science that is divided into individual, indivisible operations called transactions.

New!!: Java Platform, Enterprise Edition and Transaction processing · See more »

Unified Expression Language

The Java Unified Expression Language is a special purpose programming language mostly used in Java web applications for embedding expressions into web pages.

New!!: Java Platform, Enterprise Edition and Unified Expression Language · See more »

Web container

A web container (also known as a servlet container; and compare "webtainer") is the component of a web server that interacts with Java servlets.

New!!: Java Platform, Enterprise Edition and Web container · See more »

Web service

The term web service is either.

New!!: Java Platform, Enterprise Edition and Web service · See more »

WebSocket

WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection.

New!!: Java Platform, Enterprise Edition and WebSocket · See more »

Redirects here:

Enterprise Java, J2EE, J2EE 1.2, J2EE 1.3, J2EE 1.4, J2EE version history, J2ee, JSR 151, JSR 244, JSR 313, JSR 58, Jakarta EE, Java 2 Enterprise Edition, Java 2 Platform, Enterprise Edition, Java EE, Java EE 5, Java EE version history, Java EE versions, Java Enterprise Edition, Java Enterprise Platform, Java ee, Java enterprise, JavaEE.

References

[1] https://en.wikipedia.org/wiki/Java_Platform,_Enterprise_Edition

OutgoingIncoming
Hey! We are on Facebook now! »