upload
Sun Microsystems Inc.
Industry: 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 transaction whose boundaries are defined by an EJB container. An entity bean must use container-managed transactions.
Industry:Computer
The sum of the base-2 exponent and a constant (bias) chosen to make the stored exponent's range non-negative. For example, the exponent of 2-100 is stored in IEEE single precision format as (-100) + (single precision bias of 127) = 27.
Industry:Computer
The standard for binary floating-point arithmetic developed by the Institute of Electrical and Electronics Engineers, published in 1985.
Industry:Computer
A technology that allows Web browsers and Web servers to communicate over a secured connection.
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 task is enabled for execution by a processor when its results are required by another task that is also enabled; such as, a graph reduction model. A graph reduction program consists of reducible expressions that are replaced by their computed values as the computation progresses through time. Most of the time, the reductions are done in parallel--nothing prevents parallel reductions except the availability of data from previous reductions. See also control flow model, data flow model.
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
The process of transferring an enterprise bean from memory to secondary storage. See activation.
Industry:Computer