This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253733

Summary: Spring Support Test Specification 1.2-create Simple Form Controller
Product: javaee Reporter: rigels02
Component: SpringAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description rigels02 2015-07-24 11:46:08 UTC
Simple Form Controller (SimpleFormController) is outdated controller class.

In case of Spring MVC Framework 4.0.1 (selected by default during of project creation) the class SimpleFormController is unknown.

If Spring MVC Framework 3.2.7 is selected for project then SimpleFormController class is marked as Deprecated.

I think this SimpleFormController creation wizard has to be replaced by Spring annotated controller wizard and test specification ( 2.Create controller ) has to be changed too.