Tagged Questions
3
votes
2answers
3k views
Convention over configuration with Spring MVC using ControllerClassNameHandlerMapping?
Following the directions from Spring Source and the book Spring in Action, I am trying to set up Spring MVC in a way that minimizes xml configuration. However according to Spring Source this is how ...
0
votes
1answer
263 views
Removing a trailing slash in MSBuild / Convention based filename generation
I'm trying to search for a set of assemblies based on the following convention within a directory:
{SubDirName}\{SubDirName}.dll
I've started by creating an MSBuild ItemGroup [by batching another ...
0
votes
3answers
613 views
ASP.NET MVC: convention for organizing ViewModels
As discussed throughout the various MVC questions and blogposts, we know that the ASP.NET MVC project layout is heavy on convention.
I blindly made a sub-directory in the Controllers folder.
This ...