Enhance your Java skills with these quick Java tips. First, see how the Decorator pattern can reduce coding. Then, learn how you can overcome a limitation of the JavaServer Pages Standard Tag Library.
Since my article “JSP Best Practices” first appeared in JavaWorld in late 2001, the use of JavaServer Pages (JSP) technology has grown dramatically. Numerous tools now make Webpage development with ...
Living in the portal development world, I'm sure that you're already familiar with the need to namespace unique page elements and the need to use context path to access resources like image, CSS and ...
JavaServer Faces (JSF) applications require some sort of display technology, such as JavaServer Pages. One of the cool things about JSP is the ability to extend it with custom tags. A custom tag is a ...