邢波涛ID:bjblues
63361次访问,排名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

    转载 The Open Source Java Frameworks I Use收藏

    新一篇: the Serviceside.com网站上对Echo2/ZK/OpenLaszlo/Flex/GWT开发效率进行对比的文章 | 旧一篇: Java程序员10本必读的书,看看你读了多少?

     转载:http://thecodist.com/fiche/thecodist/article/the-open-source-frameworks-i-use

    Jetty - my servlet container of choice for many years.

    DWR - for Ajax connectivity this is the easiest framework to work with.

    Commons HTTPClient - for making calls to web servers from inside your web application.

    Jakarta Commons - not all frameworks in commons are equally as useful, but this is the first place to go to find something

    FastUtil - when you need fast primitive collections, this can't be beat.

    Javolution - faster collections than the JDK with more options.

    Jodatime - if you do date and time calculations, there is no option, you must use this. There is a JSR now to include this into a future JDK to replace/supplant the terrible JDK time and date classes.

    H2 Database - my favorite Java database, it's fast, well supported by the author, and constantly being updated.

    iBatis - easier to work with than Hibernate when you really need to use the power of SQL.

    Logback - the next generation of logging by the author of log4j and Slf4J which is a new logging facade.

    Rome - you can generate RSS feeds yourself but this is still useful.

    StringTemplate - the author of the famous ANTLR parser generator also has a nice template framework. I've used it on and off for quite a while. It's a bit like Velocity but far more powerful and with less side-effects.

    JDOM - for manual parsing of known XML, as well as generating known XML, it's the best framework for working with existing XML formats.

    Xstream - very fast XML serializer, I always use this to store and load XML content created from my own objects.

    Stax - I always use stax when embedding stuff into xml or xhtml (such as a web framework).

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

    新一篇: the Serviceside.com网站上对Echo2/ZK/OpenLaszlo/Flex/GWT开发效率进行对比的文章 | 旧一篇: Java程序员10本必读的书,看看你读了多少?

    评论:没有评论。

    发表评论  


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