邢波涛ID:bjblues
63373次访问,排名1527好友2人,关注者8
J2EE
bjblues的文章
原创 35 篇
翻译 0 篇
转载 6 篇
评论 61 篇
最近评论
e8net2008_:ITIL技术交流:58342347
suxiaojack:社会组织依靠什么来团结?金钱利益,还是精神文化?两者应该都有,不过有侧重。
人类的文化,应当是使得人更加区别于动物吗?如果人人特别自我,显然体现的是动物性弱肉强食的精神。
如果人人都会为他人考虑,那么社会组织的交流必定会更加融洽美化吗?如果这个人很“笨”那么他可能无法使得周围更加融洽,但是像这样“笨”的人,必定只会是群体的小部分。
不过就现阶段来说,国人为什么会……
hjh2z:在中国搞软件是件十分惨怛的!!
hjh2z:在中国搞软件是件十分惨怛的!!
cyAspNet:高手呀。俺这些东西只是知道一点点。支持!
文章分类
收藏
    相册
    旧金山
    开源手册
    洛杉矶
    斯坦福大学
    我的相册
    Java
    IBM developerworks
    其他
    我的幸福生活
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    转载 Java程序员10本必读的书,看看你读了多少?收藏

    新一篇: The Open Source Java Frameworks I Use | 旧一篇:  Web框架,乱花渐欲迷人眼

    转自:

    http://www.manageability.org/blog/stuff/top-10-must-read-books-for-the-java-developer/view

     

    1. Java in a Nutshell - First you've got to know the basics, so no better and quicker way that to get it in digest form. Who needs all the fluff that comes with the "Dummies" books?
    2. Design Patterns - The seminal work by Gamma et al. You've got to have this book if you want to understand why many of Java's APIs are designed the way they are.
    3. Test Driven Design by Example - Now before you begin coding it is a good thing to learn a new and more productive way of doing it. That is, to build the tests first before you code. Kent Beck's book is a quick introduction on a radically new and productive way of coding.
    4. Java Development With Ant - Now of course all significant software projects require some kind of automated build management. Ant is the de-facto standard in this area. I would expect anyone working in a team to know the basics of this tool.
    5. Contributing to Eclipse: : Principles, Patterns, and Plugins - A Kent Beck and Erich Gamma book. Let's get real here folks, nobody uses a text editor anymore to do their Java programming. Although this book is about building plug-ins for the Eclipse environment, it provides interesting insight on how to work inside a project with over a million lines of code. Now if you want to learn how to use Eclipse, well then don't even bother reading a book!
    6. Expert One-on-One J2EE Development without EJB - Now most Java development these days happens on the server side. Although I don't want to belittle client-side work, I know how tough that kind of work is. Rod Johnson's book is a pragamatic approach to getting work acomplished without the EJB dogma.
    7. Patterns of Enterprise Application Architecture - Server development is a whole different ball of wax, that's why this book is so critically important. You'll need to understand the patterns involved and how to make the judgement calls on what to use and what to avoid. Speaking about avoid, avoid "Core J2EE Patterns".
    8. Hibernate in Action - Now if it isn't obvious to you yet, allmost all enterprise server side development involves a relational database. The de-facto strategy for sucking data in and out of these databases is to use an O/R mapping tool. There's no better tool than Hibernate to do that, it is the basis of the new EJB 3.0 spec and getting to know it now will greatly help you going forward. This book is written by the authors of Hibernate.
    9. How Tomcat Works - Most server development also assumes a front end, and in this day and age it almost always is web based. This book gets into the intricate details of how the most common web platform works. Truly an invaluable reference.
    10. Java Performance Tuning - Finally, after you've built your application using all those nifty tools and patterns, you'll quickly realize that something doesn't perform to expectations. This is where your job is on the line, that's why there's no better book to have on hand than Jack Shirazi's book.

     

    发表于 @ 2007年07月28日 13:38:00|评论(loading...)|编辑

    新一篇: The Open Source Java Frameworks I Use | 旧一篇:  Web框架,乱花渐欲迷人眼

    评论

    #dhtkhnt 发表于2007-08-07 13:47:56  IP: 58.252.119.*
    这十本书有没有中文版的?
    #bjblues 发表于2007-08-09 04:12:22  IP: 63.100.100.*
    前8本好像都有中文版本,只是翻译的参差不齐罢了
    #foucaoult 发表于2007-10-07 18:17:57  IP: 222.247.114.*
    我一本都没看过,惭愧呀:到现在为止,才看了"Core java 2".
    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © bjblues