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 175632 - Spring with Annotations support request from Spring forum
Summary: Spring with Annotations support request from Spring forum
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 3 votes (vote)
Assignee: Martin Fousek
URL: http://forum.springsource.org/showthr...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-29 09:32 UTC by Petr Jiricka
Modified: 2014-06-25 16:04 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2009-10-29 09:32:38 UTC
Copy/pasted from a user post on the Spring forum:

"If someone where to create a netbeans project, which means the following, I would be happy, impressed and belated!

1) Support for extension-less URLS (domain.com/controller/action)
2) Controllers would allow behavior as if inheriting from MultiActionController 
3) I want to use each controller to use several actions
4) I want URL binding to be done using annotations
5) I want controllers defined using annotations and not XML, heck, even using the Url Controller name binding
functionality would make me happy."

See the entire thread here: http://forum.springsource.org/showthread.php?p=266663
Comment 1 Petr Dvorak 2012-01-16 21:32:39 UTC
What about adding a combobox into a new Spring MVC project for picking the mapping type (annotations vs. XML)?

Currently, XML is used by default while the annotations are the more convenient way of working with Spring MVC.
Comment 2 Martin Fousek 2012-01-17 09:11:13 UTC
Thanks that's a good idea Petr. But I'm afraid that it's really unsure when it could be done. 

Anyway thanks again.