Java
  Home arrow Java arrow Page 2 - Getting Started with Java Web Development ...
Moblin
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Dedicated Servers  
Actuate Whitepapers 
Moblin 
JMSL Numerical Library 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
JAVA

Getting Started with Java Web Development in Eclipse and Tomcat
By: Gangyi
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 14
    2007-05-23

    Table of Contents:
  • Getting Started with Java Web Development in Eclipse and Tomcat
  • Some Web Development Related Concepts
  • Downloads and Installations Required for This Tutorial
  • Start creating a web project with Eclipse

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!

    Getting Started with Java Web Development in Eclipse and Tomcat - Some Web Development Related Concepts


    (Page 2 of 4 )

    Web Container

    A Web container is the interface between the web components and the environment that supports the component. It manages the execution of the JSP page and Servlet components.

    To simplify, you can think of JSP pages or Servlets running in a Web container just as Applets run in a web browser.

    For this tutorial, we'll use Tomcat as the Servlet/JSP container. Tomcat version 5 implements the Servlet 2.4 and JavaServer Pages (JSP) 2.0 specifications as well as many other features for developing and deploying web applications.

    Web Application

    A web application consists of web components, static resources, and dependent libraries. Unlike the stand-alone Java classes, the steps for creating, deploying, and executing a web application are more complicated.

    Web Components

    Java web components are Servlets or Java Server Pages, JSP for short.

    Servlets are Java classes running in web containers that dynamically process requests and construct responses.

    JSP pages are text-based files. They have all the dynamic features of Servlets but allow you to easily create static and dynamic contents. A similar technology is ASP from Microsoft.

    More Java Articles
    More By Gangyi


       · Great article, I used this with Eclipse Studio and my new Java host who uses Tomcat...
     

    JAVA ARTICLES

    - Deploying Multiple Java Applets as One
    - Deploying Java Applets
    - Understanding Deployment Frameworks
    - Database Programming in Java Using JDBC
    - Extension Interfaces and SAX
    - Entities, Handlers and SAX
    - Advanced SAX
    - Conversions and Java Print Streams
    - Formatters and Java Print Streams
    - Java Print Streams
    - Wildcards, Arrays, and Generics in Java
    - Wildcards and Generic Methods in Java
    - Finishing the Project: Java Web Development ...
    - Generics and Limitations in Java
    - Getting Started with Java Web Development in...







    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway