To begin, we need a suitable project in the workbench. To create a new project with AJAX capabilities, select File > New > Project > Web > (Ajax Toolkit Project| Dynamic Web Project | Static Web Project). The project name is required. For Dynamic and Static Web Project, on the second project wizard page, make sure that the AJAX facet is selected before pressing the next button. On the "Ajax Toolkit Project" page select the Ajax toolkit to be used. If an Ajax toolkit hasn't been configured, Press the "Add New Toolkit.." button and configure an Ajax toolkit.
Once an AJAX project has been created, the project will contain all the necessary AJAX artifacts to develop an AJAX web application.
Related tasks
Adding AJAX to an existing Project