Example 2
While I was reading Spring Recipes chapter 10, I thought I should create a quick sample app to see what I have learned so far. This is a very basic Spring MVC application that focus on the following areas:
- User-defined names for configuration files
- I’ve used the following names: jgrocery-servlet.xml, jgrocery-service.xml
- For handler mapping, I’ve used SimpleUrlHandlerMapping
- InternalResourceViewResolver for resolving view names
- Hiding view technology with .htm
Click here to visit JGrocery Repository or use this link – http://code.google.com/p/jgrocery-v2/
