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.
If the total function applied to the data can be divided into distinct processing phases, different portions of data can flow along from phase to phase; such as a compiler with phases for lexical analysis, parsing, type checking, code generation and so on. As soon as the first program or module has passed the lexical analysis phase, it can be passed on to the parsing phase while the lexical analyzer starts on the second program or module. See also array processing, vector processing.
Industry:Computer
A deployable unit that consists of one or more enterprise beans and an EJB deployment descriptor.
Industry:Computer
Hosts and manages distributed logic and supports services, such as: high performance data access, transaction management, distribution state and session management, request brokering, dynamic load balancing and fault tolerance. The application server is frequently viewed as part of a n-tier architecture, consisting of a web server, application server, integration server and database server, etc.
Industry:Computer
A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.
Industry:Computer
Generic term for parts of the AC input, circuit breaker and filter in the power supply.
Industry:Computer
A declarative way to annotate the intended protection of Web content. A security constraint consists of a Web resource collection, an authorization constraint, and a user data constraint.
Industry:Computer
Generating the code needed to process a well-defined portion of XML data.
Industry:Computer
Functional arrangement of the auditing capability. This term is used in XSCF firmware.
Industry:Computer
A container that provides the same services as a servlet container and an engine that interprets and processes JSP pages into a servlet.
Industry:Computer
For Solaris threads, threads scheduled onto a pool of LWPs are called unbound threads. The threads library invokes and assigns LWPs to execute runnable threads. If the thread becomes blocked on a synchronization mechanism (such as a mutex lock) the state of the thread is saved in process memory. The threads library then assigns another thread to the LWP. See also bound thread, multithreading, thread.
Industry:Computer