Java
  Home arrow Java arrow Finishing the Project: Java Web Developmen...
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  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
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

Finishing the Project: Java Web Development in Eclipse and Tomcat
By: Gangyi
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 13
    2007-05-29

    Table of Contents:
  • Finishing the Project: Java Web Development in Eclipse and Tomcat
  • Create welcome.jsp
  • Run the web application in the Eclipse environment
  • What just happened?

  • 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


    Finishing the Project: Java Web Development in Eclipse and Tomcat


    (Page 1 of 4 )

    Last week, I introduced you to some of the fundamental concepts you need for working with Java web components. For this project we'll be working with JSP and servlets. I walked you through getting the appropriate downloads installed and setting up your work space. We stopped after just creating the web project. In this part, we will add our content, including HTML, JSP, and servlets.

    Let's pick up where we left off by creating the login.html page.

    Create login.html page

    Highlight project name: JavaWebDev_Tutorial_1, then from context menu, select new -> HTML

    Enter login.html as file name from HTML page wizard. You should also highlight where you want to put the file, which is WebContent in our example.

    Click Finish. The context panel of login.html should open. Type the following HTML in and save:

    At this point, you only need to pay attention to the form's action pointing to the welcome.jsp file that will be created next. When the login button clicked, it'll take you to the welcome.jsp page.

    <form action="welcome.jsp" method="post">
      User name: <input type="text" name="username">
      Pass word: <input type="password" name="password">
      <input type="submit" value="login">
    </form>

    More Java Articles
    More By Gangyi


       · as per your article "Getting Started with Java Web Development in Eclipse and...
     

    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-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek