July 2011
Intermediate to advanced
850 pages
18h 24m
English
In the previous chapter, we set up the core infrastructure of the SportsStore application. Now we will use the infrastructure to add key features to the application, and you'll start to see how the investment in the basic plumbing pays off. We will be able to add important customer-facing features simply and easily. Along the way, you'll see some additional features that the MVC Framework provides.
The SportsStore application will be a lot more usable if we let customers navigate products by category. We will do this in three parts:
Enhance the List action model in the ProductController class so that it is able to filter the Product objects in the repository.
Revisit and enhance ...
Read now
Unlock full access