Servlet « J2EE « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » J2EE » Servlet 
1. Create dynamic images in Java servlets
Author:Ken McCrary
URL:http://www.javaworld.com/javaworld/jw-05-2000/jw-0505-servlets.html?
Summary: The old saying "A picture is worth a thousand words" also applies to the Internet. Many times a Website needs to represent numeric data with a realtime chart or graph. In this article, Ken McCrary describes a design approach and a sample Java servlet that you can use to construct realtime images. (2,500 words)


2. Take control of the servlet environment, Part 2
Author:Thomas E. Davis and Craig Walker
URL:http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-servlets.html?
Summary: In this installment, Thomas Davis and Craig Walker demonstrate the power of the RSEF framework by implementing a wrapper that gives you greater control over session management. Session state can be stored in the browser, in the server's memory, or in the database. You can have all three solutions at your fingertips, painlessly interchangeable. (2,200 words)


3. Take control of the servlet environment, Part 3
Author:Thomas E. Davis and Craig Walker
URL:http://www.javaworld.com/javaworld/jw-01-2001/jw-0126-servlets.html?
Summary: Browser cookies are wolves in sheep's clothing. Developers use these incredibly simple and useful mechanisms to create Web-based applications that rely on the persistence of sessions. However, cookies feature an odd little problem in relation to subdomains. Thomas Davis and Craig Walker detail that problem in this final article in their servlet series and introduce a clever solution. Then, they take advantage of that cookie power to improve their session solution from last month. (2,000 words)


4. How to open a non-HTML document from a servlet
Author:Marla Bonar
URL:http://www.javaworld.com/javaworld/javatips/jw-javatip94.html?
Summary: Java servlet programming provides an easy way to send HTML files to client Web browsers. However, many Websites today provide access to documents that are not in HTML, including Adobe PDF, Microsoft Word, and Microsoft Excel files. This tip shows you how to send non-HTML files to Web browser clients from Java servlets, using PDF and Microsoft Word files as examples. In fact, you can send any file whose format is represented by a MIME type, using this tip. Also learn how to interact with firewalls via a servlet. (1,500 words)


5. Clients can invoke servlets too
Author:Tony Sintes
URL:http://www.javaworld.com/javaworld/javaqa/2002-01/01-qa-0118-servlet.html?
Summary: Launch a servlet with a Java app rather than a JSP


w___ww__._ja_v___a___2s.__c_o_m_ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.