Import the assembled ear file into WSAD to create the needed WSAD J2EE projects.

You now have five (if you didn’t choose the Admin UI option when assembling) or six WSAD projects, similar to the following list:

The projects starting with atg contain the ATG framework. Helloworld_EAR is a WSAD Enterprise Application project. HelloWorld is a Java project, representing your ATG module, and is where your Java development and Nucleus component creation/configuration take place. Helloworld_WAR is a web project, and is where your JSP development takes place.

You can create Java classes in your web project if they do not need a Nucleus component (for example, a generic servlet), but creating them in your Java project simplifies things.

 
loading table of contents...