On Fri, Apr 30, 2010 at 10:21 AM, David Caruana
<[email protected]> wrote:
>On Fri, Apr 30, 2010 at 12:50 AM, Florian Müller <[email protected]> wrote:
>> - PagingList refactoring ... done (?)
>
> Initial scope of refactor is done. But there's another round of refactor todo 
> after mailing list discussion. Don't know who's assigned to do that - either 
> myself or Stephan?

I'd also like to play with it; in the comparable cases I've worked on
before all the methods were on the iterable, not the iterator. The
advantage of this is that the iterable is always available, whereas
the iterator is often hidden, in Java 5, behind foreach loop syntax.
And you have one less interface (you use the standard Iterator). The
implementations of that pattern that I've seen implement both Iterable
and Iterator on the same class — it means that you cannot ask for a
second independent iterator for the iterable, but that's a use case
I've yet to see.
I'll make a proposal in a branch when I find the time.

>> - extract type manager ... not started yet

I have this in my pipeline, but couldn't get around to do it yet :(
Maybe this afternoon if I'm lucky.

>> - web site update (as source of the documentation to be packaged) ... not 
>> started yet
>
> I can now confirm that Alfresco can provide someone to design/provide a skin 
> for the web site.

I have to commit the logos I showed you, what would be the best
location? Somewhere in src/site?

>> - retire the old code streams and provide migration hints ... not done
>
> There are at least two projects we should pull out of the old code streams 
> into sub-projects (the TCK, and the Abdera extension). I'll pull those out.
>
> I'll update the JIRA issues to reflect the above.


Florent


>
> Dave
>
>
> On 29 Apr 2010, at 23:50, Florian Müller wrote:
>
>> Hi,
>>
>> At the face-to-face meeting we gave us two weeks for the discussed changes 
>> and then start the release process. It's about time now.
>>
>> Let's see where we are:
>>
>> - code formatting ... done (?)
>> - PagingList refactoring ... done (?)
>> - new server SPI ... done
>> - local binding implementation ... done
>> - query parser integration ... done (?)
>> - extract type manager ... not started yet
>> - adapt basic documentation ... started, but still a lot to do
>> - web site update (as source of the documentation to be packaged) ... not 
>> started yet
>> - retire the old code streams and provide migration hints ... not done
>>
>>
>> Based on this, what's our timeline and who does what and when?
>> I sign up for the documentation adjustments.
>>
>>
>> Cheers,
>>
>> Florian
>
>



-- 
Florent Guillaume, Director of R&D, Nuxeo
Open Source, Java EE based, Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87

Reply via email to