Web Links [Tag : Servlets]
Sort By :
1. HTTP tunneling with servlets
The corporate firewall is a double-edged sword. It helps prevent unauthorized access to the corporate Web services, but can disable access for legitimate clients. Due to the number of safety measures taken by system administrators, HTTP has become the universal entry mechanism to the corporate network. Where technologies such as CORBA and DCOM have failed because of the firewall, technologies such as SOAP have been developed to provide safe and reliable access through firewall protection. This article explores an alternative to SOAP, the use of Java objects over HTTP. In addition, it uses J2EE servlet technology as server-side middleware to the business data.
Category:   Java > Tutorials > JSP and Servlets

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

2. Updating records in the Database using JDBC with Java Servlets
An article on updating records in the database using JDBC with Java Servlets. Every step from establishing a Connection to executing the UPDATE query is explained in detail. Online demo available.
Category:   Java > Tutorials > JSP and Servlets

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

3. Managing Sessions with Java Servlets
An article on managing sessions. First describes what is a session? how to identify a user across multiple pages and how to manage sessions using Java Servlets. Online demo available.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

4. Examining Java Servlets in detail
This article examines Java Servlets in detail and discusses HttpServlet, ServletConfig and ServletContext classes and issues like Servlet preloading and initialization parameters.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

5. Combining Servlets, JSP, and JavaBeans
This is a complete chapter : Combining Servlets, JSP, and JavaBeans from Wrox Press book "Professional JSP 2nd Edition". It introduces Model-View-Controller (MVC) architecture and describes combining JSP, Servlets and Java Beans using it.
Category:   Java > Tutorials > JSP and Servlets

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

6. An Introduction to Java Servlets
This article describes the overall servlet architecture and what you need to develop your application with servlets. Also presented are several code examples to show you how to use the Servlet API, and compare it with CGI and proprietary server APIs where appropriate.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

7. Replacing Your CGIs with Java Servlets
Servlets portability makes them a powerful alternative to CGIs. This tutorial describes what Servlets are, What you need to run servelts, How to run them, and includes some basic code that can be used in place of a CGI program.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

8. Java Servlets
In this 5-page tutorial, youll learn how to write, compile, and serve a simple servlet. Also, includes other servlet-related resources.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

9. Servlets trail
The Servlets trail teaches you about servlets, the bodies of code that run inside servers, and extend their functionality. Topics include: Overview of Servlets, Client Interaction, The Life Cycle of a Servlet, Saving Client State, Servlet Communication, Utilities for Running Servlets, and Running Servlets.
Category:   Java > Tutorials > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

10. 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 servlets are safer, easier to write, and more efficient than CGI applications. Web builders need to think seriously about taking the time to learn Java." Read the full story for more.
Category:   Java > JSP and Servlets

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: 1 2 [Next >]