1. Spring MVC with several configurations stackoverflow.comfor my spring-mvc application I created several types of configuration (unittest, integration, qa, production). All the configs are in one war-file, so there is only one type of application I create. ... |
2. Does Spring-Test-Mvc honor profiles? forum.springsource.orgDoes Spring-Test-Mvc honor profiles? For better or worse, I have one config class annotated with @Profile("development") and another with @Profile("production"). Both declare the same @Bean factory method by name and signature ... |
3. sprring-test-mvc proper repository? forum.springsource.orgI'm want to try out spring-test-mvc and according to the project github web site this is the proper maven dependency URL and dependency set up: "You can get it from the ... |
4. Confusion about testing three layer and domain model forum.springsource.orgConfusion about testing three layer and domain model Hi, I'm a java programmer who is now using TDD and junit. In my current project, we are using webwork/spring/hibernate trioes.And in architecture ... |
5. Spring MVC testing: NotReadablePropertyException forum.springsource.orgSpring MVC testing: NotReadablePropertyException I am writing a test for one of my validator classes (ie. implementing the Validator interface) In one of the test methods, I pass an object of ... |