Re: return an Iterator vs a List

2007-04-05 Thread Matthias Wessendorf
+1 On 4/5/07, Adam Winer [EMAIL PROTECTED] wrote: If the only reason is to enable the fun new for syntax, then we should change the type from Iterator to Iterable, instead of List. List is a much larger contract. -- Adam On 3/28/07, Jeanne Waldman [EMAIL PROTECTED] wrote: Hi there, I'm in

Re: [API] new api on Skin

2007-04-05 Thread Matthias Wessendorf
+1 On 4/5/07, Jeanne Waldman [EMAIL PROTECTED] wrote: I'm close to checking in the code regarding adding the Skin's styleSheetDocument's id to the generated css file instead of the version so it will changed when the skin's styles change.. I created a JIRA issue to track it.

Re: return an Iterator vs a List

2007-04-05 Thread Simon Lessard
In that specific case Iterable would be nice yeah. On 4/5/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On 4/5/07, Adam Winer [EMAIL PROTECTED] wrote:() If the only reason is to enable the fun new for syntax, then we should change the type from Iterator to Iterable, instead of List.

Re: return an Iterator vs a List

2007-04-05 Thread Jeanne Waldman
This is the case. It is really to use the fun new for syntax. At least for now. - Jeanne Simon Lessard wrote: In that specific case Iterable would be nice yeah. On 4/5/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On 4/5/07, Adam Winer [EMAIL PROTECTED] wrote:() If the only reason

localize logging/exception message

2007-04-05 Thread Jijun Wang
Please comment/approve: https://issues.apache.org/jira/browse/ADFFACES-441 Proposal: 1) use resource bundle for logging message in java files above fine level so those message could be localized; 2) localize part/all exception in java files with resource bundle Benefit: More information in