Web Tools Pathway 1

You want to create a basic new Web application, and you have no existing resources. You want to create your Web site from the design phase to populating the pages to running on a server.
  1. Review the Web technologies that you might use in a basic Web application, including markup languages such as HTML and XHTML.
  2. Create either a static or a dynamic Web Project. Create a static Web project if you want to create a basic Web application that just uses static resources, such as HTML pages. Create a dynamic Web project if you plan to employ resources such as JavaServer Pages and servlets, and use technologies such as Struts and JavaServer Faces
  3. Become familiar with the Web tools you will use, such as Web Site Designer and Page Designer. You should also become familiar with the Web perspective.
  4. Design your Web site structure by adding and deleting pages in your Web site. It is important to understand Web site development in order to design your site's structure.
  5. Create HTML or XHTML pages to populate your Web site. You can also create pages for your site from Web Site Designer's Navigation view by double-clicking the page icons to launch the New Page wizard.
  6. Test your Web project.

Feedback