유틸리티
From JCFWiKi
Copyright © 2007 Daewoo Information Systems Co., Ltd. |
목차 |
[편집] JCF 유틸리티
- 자주 사용하는 유틸 중에서 특정 프로젝트에서 사용되는 것들을 배제하고, 여러 곳에서 사용될 수 있는 유틸리티들을 다룹니다. 기본적으로 아파치 common 프로젝트에서 제공하고 있는 다양한 유틸리티들을 사용할 것을 권장하며, 아파치 common 프로젝트에서 제공하지 않는 부분들을 별도로 jcf의 유틸리티 API로 사용하고 있습니다. 여기서는 JCF 유틸리티 API와 아파치 common 프로젝트에서 제공하는 유용한 API를 설명합니다.
[편집] 1. JCF 유틸리티
- ConvertUtil
- Dateutil
- FileUtil
- HttpUtil
- StringUtil
- converter
- CurrencyConverter
- DateConverter
- TimestampConverter
[편집] * 2. 유용한 아파치 common 프로젝트 유틸리티
- PropertyUtils 에서 beanutils/PropertyUtils
- StringUtils 에서 lang/StringUtils
- SystemUtils 에서 lang/SystemUtils
- WordUtils 에서 lang/WordUtils
[편집] * 3. 기타 유용한 오픈 소스 유틸리티
- jasypt
