light-commons
JAVA lightweight Commons Library
为什么我们要创建这个项目
现在已经有很多的通用library存在了,为什么我们还要创建这个commons项目呢? light-commons 与诸多开源api不同点在于,light-commons并未限定于某一范畴,他的目标是解决日常开发中经常遇到的问题。我们将80%的代码集中于最常遇到的20%的功能上。
声明
有一部分源代码,来自于其他的开源项目,我们将这些代码重新组合到了这个项目中。如果侵犯了您的版权,请联系guileen@gmail.com。
NOTICE
Some codes are migrate from other opensource project,if something is against with their license, please contact guileen@gmail.com
modules
| Utility | light weight utility code |
| Logger | Logging facade for commons-loggin/log4j/sl4j/stderr |
| ORM | easy to use orm |
| Encoder | MD5,Base64,html,xml,javascript encoders |
| Convert | convert Types. |
| Configuration | write configuration easily |
| Template | Template facade for freemark,commontemplate,velocity,kid,rhtml |
| Authorization | light-weight Authrization Framework |
| IO | IOUtils,FileUtils,Resources |
| Document | Document format facade and convert, pdf, excel, word, rss, xml, bbcode, wikiformat |
| Validator | light-weight validate framework for model |
| Server | Simple server side implementation,HTTP,DNS,POP3,FTP |
| Client | HTTP,Email,IM,FTP,SSH |