ive just been going through andre's sandbox with the prospect of a
merge into mine when i noticed how much work rob, jason and andre have
done on simple date formatting.
rather than just add SimpleDateFormat to:
org.gwtcommons.core.text
this got me thinking about what should we do about this and other
runtime related functionality that clones either the jdk or
org.apache.commons.lang
in gemsV1, i found myself cloning commons.lang.StringUtils. back then i
just needed to get the job done. now i feel that the gwtcommons team
should solve this problem properly and fulfill the end-user principle
of: "minimise duplication/reinvention, maximise leverage"
this is a difficult problem and it wont be solved anytime soon, but it
is worth raising the discussion.
rgds ash
http://www.gworks.com.au
Another question is where to put those classes. I think they should
exist in the same name space of their java counterpart. Sou Calendar
should reside in java.util and so on.
This would save a lot of work to people that have already code based
on those classes
Regards,
Andre