jst j2ee test plan: Creating a Dynamic Web Project |
Introduction |
You can create a static web project from any perspective.
Steps |
From any perspective, click File > New > Project...
In the New Project wizard page, expand Web, and select Simple Web Project
Click Next.
Enter StaticWebProject1 into Project Name field, and click Finish.
Introduction |
You can create a dynamic web project from any perspective.
Steps |
From any perspective, click File > New > Project...
In the New Project wizard page, expand Web, and select J2EE Web Project
Click Next.
Enter DynamicWebProject1 into Project Name field.
Click the button New... for Target server, and in New Server Runtime wizard page, expand Basic, and select J2EE Runtime Library.
Click Next.
Click Browse... button for Location, and point to your J2EE runtime directory in your file system, and click Finish.
Click Finish on Dynamic Web Project wizard page.