您的位置:首页 > 编程语言 > Java开发

java 常用工具类整理

2013-01-20 19:17 239 查看
在coding时,有时会遇到这样的问题:

自己将要实现的功能很通用,例如将Map转换为Bean,求两个集合的交集等。自己写太麻烦,而且也有可能写出来的程序健状性不行。内心开始嘀咕:有木有比较“官方”,“可靠”的代码实现该功能呢? 遇到这样的疑惑时, 通常可以:

1. 向有经验的同学请教;

2. google或百度

3. 可以关注下常见的工具类资源,例如apache commons,toolbox,pivot

apache commons

Creating and maintaining reusable Java components. 创建和维护可重用的java 组件

Apache Commons 常用工具集简介 : /article/4632462.html

Pivot

Pivot enables developers to build solutions using the tools they already know, decreasing delivery time and reducing technology sprawl.

允许开发人员利用现有工具类建立解决方案,减少重复开发成本。

toolbox

Get valuable business and technical advice from people who do the work every day. Ask them questions, read blog posts and get access to hand-picked white papers from industry leaders

利用toolbox可以向在某方面有经验的网友们提问,咨询
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: