Java Tutorials
Home
Java
JavaJava Web Parts
Java Web Parts is a project that provides small, reusable and largely independant Java components of interest to all web application developers. You can think of this project as being similar to the Jakarta Commons projects.
Java Web Parts is comprised of a number of packages, each supplied in their own individual JAR, with little (ideally no) cross-dependency. The packages currently include:
Context - A collection of components for dealing with a servlet context
Filter - A collection of useful servlet filters
Listener - Context and Session listeners for various occassions
Misc - Things that didn't fit anywhere else, including a very powerful CoR implementation
Taglib - Various tag libraries, including the very popular AjaxTags
Servlet - A collection of servlets to fulfill common needs
Request - Classes and functions for dealing with an HTTP request
Response - Classes and functions for dealing with an HTTP response
Session - Classes and functions... eh, you see the pattern!
Java Web Parts is comprised of a number of packages, each supplied in their own individual JAR, with little (ideally no) cross-dependency. The packages currently include:
Context - A collection of components for dealing with a servlet context
Filter - A collection of useful servlet filters
Listener - Context and Session listeners for various occassions
Misc - Things that didn't fit anywhere else, including a very powerful CoR implementation
Taglib - Various tag libraries, including the very popular AjaxTags
Servlet - A collection of servlets to fulfill common needs
Request - Classes and functions for dealing with an HTTP request
Response - Classes and functions for dealing with an HTTP response
Session - Classes and functions... eh, you see the pattern!
Read Next: AJAX for JavaServer Faces
Related Topics
Sponsored Links
