问题描述
我看过很多用PHP编写的书籍,无论有没有框架,它都可以逐步学习项目开发,例如我最喜欢的书:
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 指导中级程序员.本书显示了开发购物车的每个步骤,包括:1.使用Zend框架的MVC实现
2. ACL实施3.模块化开发-分离管理员和前端4.使用PHPUnit进行测试5.上一章中的诸如缓存,SQL缓存和优化之类的优化
http://www.packtpub.com/zend-framework-18-web-application-development/bookWhich guides intermediate programmer. this book shows each and every step for developing shopping cart including:1. MVC implementations using Zend framework
2. ACL implementations3. Modular development - separating admin and front-end4. Testing using PHPUnit5. Optimization like caching , SQL caching and optimizing in the last chapters
因此,我们没有任何书籍或示例项目,可以从那里看到如何使用Servlets/jsp/JSTL/EL开发专业的MVC购物车?因为我对此非常满意,并且现在我不想使用任何大型框架,所以我想从这些基本技术入手,任何人都可以帮助!!!!
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!!!!
推荐答案
好的,这里有几本书:
-
Murach的Java Servlet和JSP,第二个Edition -一本流行的Servlets/JSP书,其中包含许多示例和最佳实践说明.最后,它有一个演示案例:音乐商店电子商务网站.本书应用程序(包括 musicStore 网络应用程序)的源代码可以是免费下载.
注意:这是一本Servlets/JSP/JSTL/EL书.如果我正确的话,可能是最接近您想要的东西.
Murach's Java Servlets and JSP, 2ndEdition - a popular Servlets/JSP book with lots of examples and best practice descriptions. In the end it has a show-case: Music store e-commerce web site. Source code for the book's applications (including musicStore web app) can be downloaded for free.
NOTE: This is a Servlets/JSP/JSTL/EL book. Probably the closest to what you want, if I get you right.
从GlassFish 3开始使用Java EE 6( Java专家之声技术)-非常认真的Java EE 6书籍(不仅限于Servlet/JSP).在作者的网站上,有指向Java EE 6 Web应用程序源代码的下载链接 宠物商店 (类似于传说中的Sun Microsystem的 Java Pet Store 参考应用程序,由Sun的 Java BluePrints 程序团队开发,以展示Java EE以前版本的用法. p>
Beginning Java EE 6 with GlassFish 3 (Expert's Voice in JavaTechnology) - very serious Java EE 6 book (goes beyond just Servlet/JSP). On the author's site there is a download link to the source code for the Java EE 6 web application PetStore(analogous to the legendary Sun Microsystem's Java Pet Store reference application,developed by the Sun's Java BluePrints Program team to showcase usage of previous Java EE versions).
还请查看以下免费资源:
-
NetBeans电子商务教程-此是一个由多部分组成的教程,您将学习如何创建一个简单而有效的电子商务应用程序,该应用程序演示了各种重要的Java Web和EE开发的功能(不仅限于Servlet/JSP).完成的项目也是可下载 (链接来自第13章结论).
The NetBeans E-commerce Tutorial - this is a multi-part tutorial, you learn how to create a simple yet effective e-commerce application that demonstrates various importantfeatures of Java web and EE development (goes beyond just Servlet/JSP). The completed project is also available for download (the link is taken from the Chapter 13. Conclusion).
官方Java EE文档还进行了一些案例研究(包括电子商务应用程序 Duke's Bookstore )来说明不同的Java EE概念(不仅限于Servlet/JSP).
Official Java EEdocumentationalso has several case studies (including e-commerce application Duke’s Bookstore) to illustrate different Java EE concepts (also goes beyond just Servlet/JSP).
同样,仅是一些示例.
希望这会有所帮助.
Again, just some of the examples.
Hope this helps.
这篇关于需要一本书以逐步学习使用Servlet/jsp | JSTL | EL等进行MVC购物车开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!