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.
The runtime portion of a J2EE product. A J2EE server provides EJB or Web containers or both.
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 programme 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
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
A tag library that encapsulates core functionality common to many JSP applications. JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalisation and locale-specific formatting tags, SQL tags, and functions.
Industry:Computer
The process of removing redundancy by modularizing, as with subroutines, and of removing superfluous differences by reducing them to a common denominator. For example, line endings from different systems are normalised by reducing them to a single new line, and multiple whitespace characters are normalised to one space.
Industry:Computer