I guess that in a document based application, you should look at it as
the application delegate.
ApplicationController is basically just a name of a class.
You can safely remove the main window from the nib, as you did, for a
document based application.
Eloy