Documentation taken from Netbeans 6.5.1 generator dialog box. Stubs out a new controller and its views. Pass the controller name, either CamelCased or under_scored, and a list of views as arguments. To create a controller within a module, specify the controller name as a path like parent_module/controller_name. This generates a controller class in app/controllers, view templates in app/views/contr