thanks Sam
Type: Posts; User: feeroze.khan; Keyword(s):
thanks Sam
Hi Guys,
Can anyone direct me to some resources that explains how to set up DBUnit in Spring 2.5.x for DAO testing using JUnit4
Many Thanks
Feeroze Khan
Hi Martin,
It all worked, that link you showed was really helpful.
Thanks
Hi Martin,
Here is what i tried:
@Controller
public class HomeController {
@RequestMapping(method=RequestMethod.GET, value="/home.htm")
public String processSomething(HttpServletRequest...
Hi Guys,
I am implementing spring MVC using Spring 2.5 annotations.
Scenario is:
1. the following URL
http://localhost:8080/MyApp/home.htm
2. should Map to my controller called...