What is JSP _expression language
A language used to write expressions that access the properties of JavaBeans components. EL expressions can be used in static text and in any standard or custom... Read more »
A language used to write expressions that access the properties of JavaBeans components. EL expressions can be used in static text and in any standard or custom... Read more »
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... Read more »
A JSP declaration, scriptlet, or _expression whose syntax is defined by the JSP specification and whose content is written according to the scripting language used... Read more »
A JSP scripting element containing any code fragment that is valid in the scripting language used in the JSP page. The JSP specification describes what is a valid... Read more »
An action that is defined in the JSP specification and is always available to a JSP page. Read more »
A source file containing a reusable fragment of JSP code that is translated into a tag handler when a JSP page is translated into a servlet. Read more »
A collection of custom tags described via a tag library descriptor and Java classes. Read more »
Abbreviate of JavaServer Pages Standard Tag Library. Read more »
A file containing the keys and certificates used for authentication Read more »
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... Read more »
XSL Transformations. An XML document that controls the transformation of an XML document into another XML document or HTML. The target document often has presentation-related... Read more »
An infrastructure that enables the building, deployment, and discovery of Web services. It is a neutral third party that facilitates dynamic and loosely coupled... Read more »
The part of the XLL specification that is concerned with specifying links between documents Read more »
An XML document that is syntactically correct. It does not have any angle brackets that are not part of tags, all tags have an ending tag or are themselves self-ending,... Read more »
An application that exists in a distributed environment, such as the Internet. A Web service accepts a request, performs its function based on the request, and returns... Read more »
Software that provides services to access the Internet, an intranet, or an extranet. A Web server hosts Web sites, provides support for HTTP and other protocols,... Read more »
A list of URL patterns and HTTP methods that describe a set of Web resources to be protected. Read more »
A static or dynamic object contained in a Web application that can be referenced by a URL Read more »
A deployable unit that consists of one or more Web components, other resources, and a Web application deployment descriptor contained in a hierarchy of directories... Read more »
A Web container that can run a Web application that is tagged as distributable and that executes across multiple Java virtual machines running on the same host or... Read more »