|
Here is the simplest code for Data Base connectivity without any Beans Stuff. In my case I did it with SQL. Code: JSP 1.2 |
This demonstrates the use of class URLConnection. Only input is examined. Console output is the same as the previous example. For two-way communication we need an instance of class URLConnection. Code: JSP 2.0 |
So far we know that the developer can create Javabeans and interact with Java objects. This tutorial will teach you five objects that you can use in your JSP webpage or website!
Author: visualbuilder Code: JSP 2.0 |
You could easily use this sample code in a real website. We will use JavaMAIL API. You must put j2ee.jar under WEB-INF/lib folder in your web work folder. Our testing system is Red Hat Linux with Tomcat 5. Author: Dotnetindex.com Code: JSP 2.0 |
|  | |
Null pointer Exceptions are hard to find, they usually show when you
try to access a property of an object and that object doesn't exist.
Author: Carlos Orozco Code: JSP 1.2 |
XMLProps is Java class for reading XML files and geting information from them. It is usefull if you want to have configuration file in XML format for your aplication. (You need to download jdom package (from www.jdom.org) to make to work
|
"I'm a bit confused with the term bean in JSP eg. the tag < jsp:useBean ... > From what I understand, the term bean used here is referring to a simple java object. Any comment?" Author: JSPGuru Code: JSP 1.2 |
|  |  |
This tutorial helps you understanding:
What is Simple API for XML (SAX)
SAX Implementations in J2SDK
SAX Content Handler Interface
My SAX Based XML Browser Author: Herong Yang |
It may be hard to believe, but certain commonly used HTML tags have been deprecated! The World Wide Web Consortium (W3C), has now revised the HTML 4.0 standard to deprecate several display tags... Author: DevGuru Code: JSP 1.2 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|