Hits Today: 3 Total: 11002 | Updated: 5/1/2001 | |
 | First we built a simple web app with Servlets and JSP. We skipped over some of the finer details, likeaccessing the database using Servlets. In this part we will modify our Login Servlet to validate the userid and password with those from the database. Author: Harshal Deo Code: JSP 1.2 |
Hits Today: 1 Total: 2133 | Updated: 1/20/2004 | |
 | Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems. A servlet can almost be thought of as an applet that runs on the server side. Author: java.sun.com Code: JSP 1.2 |
Hits Today: 4 Total: 4741 | Updated: 6/5/2000 | |
 | This article will try to show the different steps involved in developing a simple web application using server side Java. It is intended for web developers willing to use java in their server side programming and Java programmers writing web applications. Author: Harshal Deo Code: JSP 1.1 | |  | |
Hits Today: 2 Total: 2741 | Updated: 8/17/2000 | |
 | This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. Author: Stefan Zeiger Code: JSP 1.1 |
Hits Today: 3 Total: 1874 | Updated: 2/17/2002 | |
 | This chapter covers Web Server Java, but you won't find anything about writing CGI programs in Java here. Today's trend is toward building functionality into the web server: Microsoft ASP, PHP3, Java servlets, and JavaServer Pages? Author: Ian Darwin Code: JSP 1.2 |
Hits Today: 1 Total: 3365 | Updated: 5/21/2002 | |
 | This week, we will modify our servlet login java so that the requests are forwarded to a JSP. Then look at the construction of a JSP page that will receive the response from the servlet and display an appropriate html page. Author: S Gokul Code: JSP 1.2 |
Hits Today: 1 Total: 995 | Updated: 11/27/2002 | |
 | In this article, Steve Ditlinger explores typical SSL implementations. He develops an SSL solution using the J2EE (Java 2 Platform, Enterprise Edition) servlet redirect mechanism to protect sensitive data transmission... Author: Steve Ditlinger Code: JSP 1.2 | |  | |
Hits Today: 1 Total: 1076 | Updated: 11/5/2002 | |
 | This month we are going to take an in-depth look at servlets, which are server extensions written in Java. Author: Michael Shoffner Code: JSP 1.2 |
Hits Today: 1 Total: 873 | Updated: 12/21/2002 | |
 | In a J2EE application, a view is typically implemented using either a servlet or a JSP. View Helper Pattern enforces the use of only presentation format inside the view and not the processing required to get the presentation content. Author: Avijeet Dash Code: JSP 1.2 |
|