syeshin | 30fe03d | 2005-09-01 14:44:04 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE html |
| 3 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 4 | <html> |
| 5 | <head> |
syeshin | 6607827 | 2005-09-20 16:53:38 +0000 | [diff] [blame^] | 6 | <link rel="stylesheet" type="text/css" href="../org.eclipse.wst.doc.user/common.css" /> |
syeshin | 30fe03d | 2005-09-01 14:44:04 +0000 | [diff] [blame] | 7 | <title>Web projects</title> |
syeshin | 6607827 | 2005-09-20 16:53:38 +0000 | [diff] [blame^] | 8 | </head> |
syeshin | 30fe03d | 2005-09-01 14:44:04 +0000 | [diff] [blame] | 9 | <body id="cwebprojects"><a name="cwebprojects"><!-- --></a> |
| 10 | |
| 11 | <h1 class="topictitle1">Web projects</h1> |
| 12 | <div><p>Web projects hold all of the Web resources that |
| 13 | |
| 14 | are created and used when developing your Web application. The first step |
| 15 | |
| 16 | to creating or importing a Web application is to create either a static or |
| 17 | |
| 18 | a dynamic Web project. Static Web projects are meant to contain only simple |
| 19 | |
| 20 | Web site resources, such as HTML files. Dynamic Web projects are used to structure |
| 21 | |
| 22 | Web applications that will use more complicated, dynamic Web technologies, |
| 23 | |
| 24 | such as JavaServer Pages files, and possibly data access resources.</p> |
| 25 | <p>Though the Web project is structured on your file system in compliance |
| 26 | |
| 27 | with the J2EE Web application standard for deployment purposes, the Project |
| 28 | |
| 29 | Explorer view is designed to show the most convenient display of project resources |
| 30 | |
| 31 | for use while you are actually developing the Web application. When you are |
| 32 | |
| 33 | finished developing your Web application, you use the Web project to deploy |
| 34 | |
| 35 | the correct resources to the server. These resources will be packaged in a |
| 36 | |
| 37 | file called a Web archive, or WAR file.</p> |
| 38 | </div> |
| 39 | <p> |
| 40 | (C) Copyright IBM Corporation 2000, 2005. All Rights Reserved. |
| 41 | </p> |
| 42 | </body> |
| 43 | </html> |