Scriptads Home
Search script
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Circular preloader
 3. Easy payments...
 4. FFTW with OpenCV
 5. Basic...
 6. Phase...
 7. Menu with...
 8. UserGate...
 9. Two Levels XML...
10. PixExpose
more ...
Top rated
 1. JavaScript...
 2. Essential PHP...
 3. Flash strip...
 4. JaxterChat ...
 5. Pixel Ad Script
 6. Building...
 7. Smash Bugs | ...
 8. UserGate...
 9. Export MS...
10. PHP to detect...
more...

HOME > Java > JSP and Servlets

 JSP and Servlets scripts

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
 
Java Language Essentials
An overview of the JSP technology while comparing it to ASP.
 
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.
 
1 2