Introduction This article discusses the new features that are available in Java 7.0. Java 7.0 comes with bunch of new features – language level changes as well as API level changes and this article concentrates on the new API features such as Cache API, New Date and Time API and New IO 2 as well [...]
Archive | February 23rd, 2009
Ternary Operator in JSP 2.0 Expression Language(EL)
February 23, 2009
A very common need in a JSP page is to include a piece of template text only if a certain condition is true. With JSP 1.2 and JSTL 1.1, this is typically done using a block, but that’s a very verbose solution. JSP 2.0 adds a new conditional operator to the Expression Language(EL) to deal [...]






February 23, 2009
0 Comments