specified by J2EE .....the J2EE APIs.
JNDI |
Java Naming and Directory Interface
interface to multiple naming and directory services.
|
JDBC |
Java Database Connectivity
access to databases.
|
JSP |
Java Server Pages |
Servlet |
|
JTA |
Java Transaction API
interfaces between a transaction manager and the parties involved
in a distributed transaction system: resource manager, application
server and transactional application.
|
JMS
|
Java message Service
API and framework that enables development of portable, message-based
enterprise applications.
|
JCA |
J2EE Connector Architecture
facilitates enterprise application integration.
|
JAXP |
Java API for XML Processing
enables java code to parse and transform XML documents independent
of a particular XML processing implementation.
|
JAAS |
Java Authentication and Authorization Security
enables services to authenticate and enforce access controls upon
users.
|
RMI over IIOP
(RMI/IIOP)
|
Remote Method Invocation over Internet Inter-ORB Protocol
Java's implementation of CORBA (Comon Object Request Broker Architecture)
that allows for distributed computing capabilities
|
JavaMail |
framework for builing mail and messaging applications |
JAF |
JavaBean Activation Framework
services used by JavaMail to determin type of an piece of data,
encapsulate access to it, discover operations available on it and
instantial the appropriate bean to perform said operation.
|