Jodd 3.3.2 发布了,Jodd是一个普通开源Java包。你可以把Jodd想象成Java的"瑞士军刀",不仅小,锋利而且包含许多便利的功能。
Jodd 提供的功能有:
- 提供操作Java bean,
- 可以从各种数据源加载Bean,
- 简化JDBC的接连与代码,
- 剖析SQL查询,
- 处理时间与日期,
- 操作与格式化String,
- 搜索本地硬盘上的文件,
- 帮助处理Servlet请求等。
新版本主要改进内容:
- Lagarto is now more relaxed on invalid tags.
- This release adds raw HTTP tools and BeanUtil.populate() methods.
- Type converters and Convert have been refactored and improved.
- Jerry can provide its builder for optional configuration.
- LagartoDOMBuilder has been enhanced with many configuration properties.
- A Lagarto DOM issue when the end of the document is reached and tags are not closed has been fixed.
- A class FastBuffer for buffering objects has been added
下载地址:http://jodd.org/download/index.html
原文链接:http://www.oschina.net/news/25931/jodd-3-3-2-java-utils
【编辑推荐】