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 ...
JavaServer Pages (JSPs) technology is an extension of Java servlet technology and combines HTML and Java code into a single file. While Java servlet technology focuses on Java classes capable of ...
Over the last few months, we have looked at server-side Java from a number of perspectives. We began with servlets, Java classes that are executed from within a servlet container. While programmers ...
NEW DELHI: Coldbeans Software, a Russia based start up offering a collection of ready to use web controls for Java technology has announced a new release of Coldtags suite. Coldtags suite is a ...
JSTL (JSP Standard Tag Libraries) is a collection of JSP custom tags developed by Java Community Process. The reference implementation is developed by the Jakarta project. The latest version of JSTL ...