 
  |
 |
Handling Unhandled Exceptions
|
|
 |
|
Java Server Pages (JSP) could handle any erros that might be arised in scriptlets, expressions, or other JSP elements. You could use try/cacth blocks to handle any known erros. In this technic we could use to display a custom error on our file where
|
 |
| |
How to set cookies in JSP
|
|
 |
|
You can put client's browser a cookie in JSP easily. Following example displays how to create cookie and set target browser.
|
 |
| |
Sending Emails in JSP
|
|
 |
|
Before to start to examine this sample code, you need a SMTP server. If you know your mail server name 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
|
 |
| |
Starting to work with JSP Sessions
|
|
 |
|
Session are very helpful to associate some data with each visitor. You may pass and retrieve values in diffrent page using sessions. All sessions are an object associated with each web client. In this sample code we will create a session named `usern
|
 |
| |
J2EE Interview Questions
|
|
 |
|
J2EE Interview Questions: Get the Interview Questions and Frequently Asked Questions in Java related Technologies. Over 1000 Questions and Answers in J2EE subjects like Java, JDBC, EJB, Struts, JMS, JSP, Servlets, Core Java and OOPS. Discuss each Que
|
 |
| |
Coldjava
|
|
 |
|
Coldjava provides a largest collection of Java Servlets over the Net. Offers JSP taglibs, development tools for JSP/Servlets developers, WAP development tools, and more.
|
 |
| |
Java servlets could save the day
|
|
 |
|
Dan Shafer from CNET argues "Microsoft and Netscape have yet to show any serious commitment to supporting browser standards. You can solve your browser-incompatibility problems by simply switching the burden from the client to the server. Java s
|
 |
| |
Understanding Java Servlets
|
|
 |
|
In this interview with webreview.com, Paul Colton of Live Software answers a number of questions about the importance of Java servlets such as the difference between a Java applet and a Java servlet, whether servlets require a specialized server, if
|
 |
| |
CoolServlets.com
|
|
 |
|
Created to improve the state of the servlet community, CoolServlets.com provides a number of free, high-quality servlets. Currently available programs include discussion board, guestbook, form processor, counter, random quote, random image, and more.
|
 |
| |
|
 |
 
  |