upload
Sun Microsystems Inc.
Industria: Computer
Number of terms: 4807
Number of blossaries: 1
Company Profile:
Sun Microsystems is a multinational vendor of computers, computer software and hardware, and information technology services.
A text-based document containing static text and JSP elements that describes how to process a request to create a response. A JSP page is translated into and handles requests as a servlet.
Industry:Computer
A technology that provides CORBA interoperability and connectivity capabilities for the J2EE platform. These capabilities enable J2EE applications to invoke operations on remote network services using the Object Management Group IDL and IIOP.
Industry:Computer
The runtime portion of a J2EE product. A J2EE server provides EJB or Web containers or both.
Industry:Computer
The radix complement of a binary numeral, formed by subtracting each digit from 1, then adding 1 to the least significant digit and executing any required carries. For example, the two's complement of 1101 is 0011.
Industry:Computer
A system in which more than one processor can be active at any given time. While the processors are actively executing separate processes, they run completely asynchronously. However, synchronization between processors is essential when they access critical system resources or critical regions of system code. See also critical region, critical resource, multithreading, uniprocessor system.
Industry:Computer
The protocol for transferring the state of an entity bean between its instance variables and an underlying database.
Industry:Computer
A tag that references a JSP custom action.
Industry:Computer
The process whereby software is installed into an operational environment.
Industry:Computer
A tag that does not enclose any content.
Industry:Computer
The process of transferring an enterprise bean from memory to secondary storage. See activation.
Industry:Computer