Other News

Community

Creating JSP 2.0 Tag Files

(Andrei Cioroianu) Tag files are one of the most important new additions to JavaServer Pages (JSP) technology, allowing Web developers to build libraries of custom tags with the JSP syntax. The JSP tag files are translated into Java code automatically by the JSP container through the same process th

Community

XML for Web Designers

(Kevin Ruse) No doubt, you have heard about XML. XML is everywhere. For Web designers, that can add to the confusion. If something is everywhere, it’s nowhere. If only you heard “XML is the new HTML,” then maybe you could wrap your mind around it as a markup language. But chances are, you’ve hea

Community

Non-Extractive Parsing for XML

(Jimmy Zhang) Text processing is one of the most common tasks in application development. Whether it is a Java Servlet or a VOIP application, the conversion from a raw text-based input message to a machine-readable internal representation almost always requires parsing (or tokenization), which, in i

Community

Face Time With Martin Hubel

I have an application that queries and writes to 11 normalized tables. While performance testing, I noticed that when I put all of the tablespaces used by these tables in the same 32K buffer pool, the application ran much faster than when I allocated separate buffer pools. Each table is in its own t