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 ...
All the cool new programming languages, like Ruby, always have compilers/interpreters and tools for Linux, and the old UNIX standbys like Tcl/Tk are still around when you need them. Why, then, is Java ...
The Java Management Extensions (JMX) standard is gaining adoption within the J2EE community for the management of applications, as well as application servers and other infrastructure software. JMX ...
JSP HAS GROWN very popular, as shown by the sheer volume of presentations at this year's JavaOne conference. In this column, I will cover various aspects of JSP development and show how to use this ...
I'm working on a JSP application where we use the <jsp:include> directive a great deal, and have to pass parameters to it, usually in the form of objects. Of course, since <jsp: param>s don't allow ...
JSP advancements ease development of standardized, highly maintainable JSP-based applications Since my article “JSP Best Practices” first appeared in JavaWorld in late 2001, the use of JavaServer ...