Hits Today: 2 Total: 904 | Updated: 4/12/2006 | |
 | In this sample code we will try to read request headers and print them to screen. We will use getHeaderNames and get an Enumeration of all our header names receiving with the request. Complete code is here, you should compile it and put servlet container. Author: Scud Block Code: JSP 2.0 |
Hits Today: 1 Total: 3056 | Updated: 11/8/2005 | |
 | This article explains how String are handled in Java. It provides deep insight on how String objects can be manipulated using various methods provided by String class. Author: Rahim Vindhani |
Hits Today: 1 Total: 202 | Updated: 8/16/2007 | |
 | You can retrieve a portion of a string variable or literal by using the substring() method. It has two parameters-the start position and end position of the substring you want to return. This method is also zero-based. Author: aathishankaran Code: JSP 2.0 | |  | |
Hits Today: 1 Total: 203 | Updated: 9/13/2007 | |
 | JSP makes implicit variables available to the script. These variables are used to gain information about the request, and to help form a response. They also expose some useful functionality. Author: Caucho Technology, Inc. Code: JSP 2.0 |
Hits Today: 1 Total: 2281 | Updated: 1/10/2002 | |
 | This week, we'll expand on those basics by teaching you a little bit about the different types of loops available in JSP, discuss a few more String object methods, and take a quick tour of the new Response object. Author: melonfire Code: JSP 1.2 |
Hits Today: 1 Total: 2542 | Updated: 7/22/2002 | |
 | We've now constructed our database of browser settings and can search it, returning a BrowserInfo object encapsulating everything we know about a particular browser. Author: unknown Code: JSP 1.2 |
Hits Today: 1 Total: 2658 | Updated: 2/15/2002 | |
 | HTML Spell Checker and Java Spell Checker. Add spell checking to your site using only 10 lines of cut and paste code. Works with JSP, Servlets, CGI, ASP and more. Source is available. [Commercial Product] | |  | |
Hits Today: 1 Total: 1610 | Updated: 3/6/2002 | |
 | XDE's Spell Check Server may be installed on NT IIS, Unix derivatives such as Linux and Solaris web sites, the Java applet client may be used by HTML and dynamic page(s) on multiple browser platforms. Author: Charles Anderson Code: JSP 1.0 |
Hits Today: 4 Total: 11255 | Updated: 5/11/2002 | |
 | Simple method to replace strings within other strings. Intended for Java 1.0+ Expects inputstring, what to replace, and replacement value. Code: JSP 1.2 |
|