Enabling target servers in WSAD

  1. Switch to J2EE perspective
  2. Go to window/preferences
  3. Choose J2EE
  4. Look for Server Targeting Support
  5. Pick an option you like (enable or disable)

Questions on target servers

  1. What is server targeting?
  2. Why is it disabled?
  3. What do I loose if I enable it?
  4. If it is left disabled can I test my web applications?
  5. What is an express server and should I use it?

General Questions

  1. What are web library projects?
  2. What is the structure of a web project in wsad?

Resources

  1. Jamie Blanton
  2. Duane Wood
  3. Rick Fishman

>> Monday, August 30, 2004 2:36:05 PM - Comments by satya

How can I add an import for a java class

1. highlight the classname
2. right click
3. goto source
4. choose add import
5. pick from the list if there is more than one

>> Monday, August 30, 2004 2:40:39 PM - Comments by satya

Is there a short cut for add import?