I have seen many book in PHP with or without framework for learning step by step project development like my most favorite book :
http://www.packtpub.com/zend-framework-18-web-application-development/book
Which guides intermediate programmer. this book shows each and every step for developing shopping cart including:
1. MVC implementations using Zend framework
2. ACL implementations
3. Modular development - separating admin and front-end
4. Testing using PHPUnit
5. Optimization like caching , SQL caching and optimizing in the last chapters
So we do not have any book or sample project from where I can see how can I develop aprofessional MVC shopping cart using Servlets/ jsp/ JSTL /EL? because I am good with this and right now I do not want to go for any large framework, I want start with these basic technologies, any one please help!!!!