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 set of phases during which a request for a page is received, a UI component tree representing the page is processed, and a response is produced. During the phases of the life cycle: *The local data of the components is updated with the values contained in the request parameters. *Events generated by the components are processed. *Validators and converters registered on the components are processed. *The components' local data is updated to back-end objects. *The response is rendered to the client while the component state of the response is saved on the server for future requests.
Industry:Computer
The information describing the security attributes of a principal.
Industry:Computer
A set of packages that enable secure Internet communications.
Industry:Computer
The identity assigned to a user as a result of authentication.
Industry:Computer
A set of formatting instructions that apply to the nodes selected by an XPath expression.
Industry:Computer
The function which automatically powers the system on/off according to the predesignated operation schedule.
Industry:Computer
A set of auditing options that an administrator can enable or disable. These options include which events will be recorded and whether to record certain kinds of audit data. The options also include whether to suspend audible actions when the audit trail is full. This term is used in XSCF firmware.
Industry:Computer
The function performed by a party in the development and deployment phases of an application developed using J2EE technology. The roles are application component provider, application assembler, deployer, J2EE product provider, EJB container provider, EJB server provider, Web container provider, Web server provider, tool provider, and system administrator.
Industry:Computer
A set of associations between unique, atomic, people-friendly identifiers and objects.
Industry:Computer
The framework events of a J2EE component's existence. Each type of component has defining events that mark its transition into states in which it has varying availability for use. For example, a servlet is created and has its init method called by its container before invocation of its service method by clients or other servlets that require its functionality. After the call of its init method, it has the data and readiness for its intended use. The servlet's destroy method is called by its container before the ending of its existence so that processing associated with winding up can be done and resources can be released. The init and destroy methods in this example are callback methods. Similar considerations apply to the life cycle of all J2EE component types: enterprise beans, Web components (servlets or JSP pages), applets, and application clients.
Industry:Computer