What is Java 2 Platform, Micro Edition (J2ME)
A highly optimized Java runtime environment targeting a wide range of consumer products, including pagers, cellular phones, screen phones, digital set-top boxes,... Read more »
A highly optimized Java runtime environment targeting a wide range of consumer products, including pagers, cellular phones, screen phones, digital set-top boxes,... Read more »
An API for processing XML documents. JAXP leverages the parser standards SAX and DOM so that you can choose to parse your data as a stream of events or to build... Read more »
An API for building Web services and clients that use remote procedure calls and XML Read more »
A technology that provides CORBA interoperability and connectivity capabilities for the J2EE platform. These capabilities enable J2EE applications to invoke operations... Read more »
Specifies the implementation of a transaction manager that supports JTA and implements the Java mapping of the Object Management Group Object Transaction Service... Read more »
A Java class that can be manipulated by tools and composed into applications. A JavaBeans component must adhere to certain property and event interface conventions. Read more »
A framework for building server-side user interfaces for Web applications written in the Java programming language. Read more »
A mechanism for converting between string-based markup generated by JavaServer Faces UI components and server-side Java objects. Read more »
A simple _expression language used by a JavaServer Faces UI component tag attributes to bind the associated component to a bean property or to bind the associated... Read more »
A user interface control that outputs data to a client or allows a user to input data to a JavaServer Faces application. Read more »
A JavaServer Faces class that defines the behavior and properties of a JavaServer Faces UI component. Read more »
An extensible Web technology that uses static data, JSP elements, and server-side Java objects to generate dynamic content for a client. Typically the static data... Read more »
A tag library that encapsulates core functionality common to many JSP applications. JSTL has support for common, structural tasks such as iteration and conditionals,... Read more »
A client program that uses the JAXR API to access a business registry via a JAXR provider. Read more »
A container that provides the same services as a servlet container and an engine that interprets and processes JSP pages into a servlet. Read more »
A JSP container that can run a Web application that is tagged as distributable and is spread across multiple Java virtual machines that might be running on different... Read more »
A user-defined action described in a portable manner by a tag library descriptor and imported into a JSP page by a taglib directive. Custom actions are used to encapsulate... Read more »
A JSP element that gives an instruction to the JSP container and is interpreted at translation time. Read more »
A portion of a JSP page that is recognized by a JSP translator. An element can be a directive, an action, or a scripting element. Read more »
A scripting element that contains a valid scripting language _expression that is evaluated, converted to aString, and placed into the implicit out object. Read more »