About Creating Web Components
See Also
A web component is an object that provides services in response to requests, within the context of a web application.
The main web components are as follows:
- JSP pages, HTML files, and JSP segments.
- Applets.
- Java class files for the servlets, filters, and listeners.
- Java class files for the classes that the JSP pages, applets, servlets, filters, and listeners
depend on such as JavaBeans components. Optionally, you can package these classes as library JAR files.
- Static documents, such as HTML files, images, sound files, and so on.
- Tag files and tag segments.
- Custom tag libraries with tag library descriptor files (TLD files). TLD files are typically
included in the tag library's JAR file.
Before you can create a web component, you must create a web application to contain it.
- See Also
- Creating a JSP File
- Creating an HTML File
- Creating an Applet
- Creating a Servlet
- Creating a Filter
- Creating a Web Application Listener
- Creating a Tag Library Descriptor
- Creating a Tag File
- Creating a Tag Handler
Legal Notices