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 - Spring Support Test Specification 1.2-create Simple Form Controller
Summary: Spring Support Test Specification 1.2-create Simple Form Controller
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 8.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 11:46 UTC by rigels02
Modified: 2015-07-24 11:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.