Home

Submit

Source

Feeds

Home » Java » JSP and Servlets ::

Java JSP and Servlets
We want to create a small web application (library), that illustrates the usage of JavaServer Pages combined with Java Servlets. We use the JavaServer Pages to display data (presentation) and the servlets to control and call the business logic of the web application.
Related Tutorials
Java JSP and Servlets
JSP Tutorial For Beginners
Java / JSP and Servlets
JSP is part of the Java technology family. JSP technology is a key component in a highly scalable architecture for web-based applications. A JSP is translated into Java servlet before being run, and it processes HTTP requests and generates responses like any servlet. Like ASP or PHP, JSP also has dynamic scripting capability that works with HTML code, separating the web page logic from the static elements.

Site: www.itechcollege.com Report - View Tutorial

Java JSP and Servlets
Servlet Essentials
Java / JSP and Servlets
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. The tutorial and the other chapters cover all facets of Servlet programming from a simple "Hello World" Servlet to advanced Servlet features like session tracking and Cookies. There are also appendices on compiling and running Servlets. The reader is assumed to have some basic knowledge of HTML and Java programming.

Site: www.novocode.com Report - View Tutorial

Java JSP and Servlets
Examining Java Servlets in detail
Java / JSP and Servlets
Article examines Java Servlets in detail and discusses HttpServlet, ServletConfig and ServletContext classes and issues like Servlet preloading.

Site: www.stardeveloper.com Report - View Tutorial

Java JSP and Servlets
Managing Sessions with Java Servlets
Java / JSP and 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.

Site: www.stardeveloper.com Report - View Tutorial

Java JSP and Servlets
Updating records in the Database using JDBC with Java Servlets
Java / JSP and Servlets
An article on updating records in the database with Java Servlets. Every step from establishing a Connection to executing the UPDATE query is explained in detail.

Site: www.stardeveloper.com Report - View Tutorial

Java JSP and Servlets
Sending E-Mails with JSP Pages
Java / JSP and Servlets
In this article we will learn how to send simple text emails using JSP pages. Since it is not a good habit to put Java code in JSP pages, we will create a JavaBean to do that.

Site: stardeveloper.com Report - View Tutorial

Java JSP and Servlets
Introduction to Java Server Pages, Your first JSP Page
Java / JSP and Servlets
Article on obtaining and installing Tomcat 4.0 Server.TThen moves on to introduce JSP and eventually builds a simple JSP page to test the installation.

Site: www.stardeveloper.com Report - View Tutorial

Java JSP and Servlets
An Introduction to Java Servlets
Java / JSP and Servlets
In this article I will describe the overall servlet architecture and what you need to develop your application with servlets. I will use several code examples to show you how to use the Servlet API, and compare it with CGI and proprietary server APIs where appropriate.

Site: webdevelopersjournal.com Report - View Tutorial

Java JSP and Servlets
Using XML and JSP together
Java / JSP and Servlets
XML and JSP are two of the hottest buzzwords these days. This article shows how you can use these two technologies together to make a dynamic Website. You also get a look at code examples for DOM, XPath, XSL, and other Java-XML techniques.

Site: www.javaworld.com Report - View Tutorial

Java JSP and Servlets
Professional JSP
Java / JSP and Servlets
This chapter will examine a variety of ways to architect a system with JavaServer Pages, Servlets, and JavaBeans. We will see a series of different architectures, each a development of the one before.

Site: www.stardeveloper.com Report - View Tutorial

Java JSP and Servlets
Debugging from JSP and Java Applications
Java / JSP and Servlets
This tutorial gives you an overview of how to use the debugging feature of eclipse to debug your web or Java projects.

Site: www.laliluna.de Report - View Tutorial

Java JSP and Servlets
Servlets trail
Java / JSP and Servlets
The Servlets trail teaches you about servlets, the bodies of code that run inside servers, and extend their functionality.

Site: dione.zcu.cz Report - View Tutorial

Java JSP and Servlets
What is a Servlet?
Java / JSP and Servlets
This article gives an overview of Java servlets.

Site: www.codebeach.com Report - View Tutorial

Java Communication
WAP builds Java applications
Java / Communication
If your company already relies on multitiered enterprise Java applications, then you may be closer to a wireless future than you think. By outlining a sample application, Aashish Patil shows you how to connect your existing enterprise Java infrastructure to a wireless netowrk with minimal investment in equipment and labor. Using existing EJBs, modified servlets, and new WML and WMLScript pages makes the process a snap.

Site: www-128.ibm.com Report - View Tutorial

Java JSP and Servlets
Installing and Using the Java Servlet SDK
Java / JSP and Servlets
The first step to using servlets is installing a web server that supports the Java Servlet SDK.

Site: javaboutique.internet.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement