Lang

Commons Lang

[WWW] Lang aims to provide:

The Javadoc of the latest version (2.1) is [WWW] available.

The Javadoc of the CVS version (development) is [WWW] available.

Development plan for 2.2
  1. Bug fixes

  2. StrTokenizer

  3. StrBuilder

  4. VariableFormatter/interpolator - [WWW] 18962

Other ideas

  1. [WWW] 21663 [lang] Add support in ToStringStyle for DateFormat. - Grows quickly into commons-convert

  2. [WWW] 27643 [lang][patch] ClassUtils.newInstance method - Seems unnecessary

  3. [WWW] 29149 [lang] StringEscapeUtils.unescapeHtml() doesn't handle an empty entity - Empty entity is in fact illegal HTML, so need to decide if we should ignore. Current behaviour seems acceptable as we're not in the work with bad HTML market.

  4. [WWW] 26659 [lang] add method to DateUtils to get the distance between 2 dates - Mainly replicated by DurationFormatUtils, or non-obvious

  5. [WWW] 29692 [lang] String indentation feature request - Needs design as a non-simple problem

  6. [WWW] 22172 [lang] DateUtils.parseCVS behavior parsing "h:mm z" - Moved to sandbox

  7. [WWW] 26297 [lang] BitSetUtils class, toIndexArray and fromIndexArray

  8. [WWW] 21333 Add TimeoutController - Class in HttpClient. Leaving til 3.0 as not much movement on it

  9. [WWW] 30674 Support HttpClient's DateParser class - This is basically a Date parseDate(String dateValue, String[] dateFormats) method.

  10. LocaleUtils - including toLocale(String,String)

  11. CloneUtils - multiple ways to clone an object

Articles

This article [WWW] http://www.devx.com/Java/Article/29392/0/page/6 discusses some of the interesting classes in Commons Lang with real world examples.

last edited 2005-10-20 18:37:09 by Narayanan A R