On 25 sept. 09, at 11:42, Navin Surtani wrote:
On 25 Sep 2009, at 02:35, Michael Neale wrote:
> I prefer the pagination approach - as in practice that makes things
> easier to use without thinking as hard... could still have option for
> iterators? (or perhaps not, bloat?)
+1
Why not have both features since one of them is already built-in?
On new APIs, I tend to put less and in doubt not add the API. It's not
so much that it's hard to implement, it's because it clutters the API
and sometimes block you for future improvements because you have to
support a legacy model. Also it forces you to document the feature and
what are their use case difference.
>
> On Fri, Sep 25, 2009 at 12:26 AM, Emmanuel Bernard
> <emmanuel(a)hibernate.org> wrote:
>> What do you guys thing of allowing pagination instead of the two
>> iterator methods?
>> We all know how people love to manipulate iterators.
>>
>> cq.setFirstResult(10).setMaxResults(20).list();
>> //getResults() is probably better than list() IMO
Assuming you're talking about how I threw the wiki code example
together, I just threw a bunch of the methods in there without really
thinking about importance.
>>
>> When working on my book, I really realized tat pagination and List
>> was
>> the best approach. We have iterators and scrollable results in
>> Hibernate just because Core has these legacy approaches.
>>
>> On 24 sept. 09, at 16:10, Navin Surtani wrote:
>>
>>> Heya guys,
>>>
>>> Just to let you know the wiki article on Querying is now up.
http://www.jboss.org/community/wiki/QueryingInfinispan
>>>
>>> Also, have a read at the blog: -
http://infinispan.blogspot.com/2009/09/infinispan-query-breaks-into-400cr...
>>>
>>>
>>>
>>>
>>> Navin Surtani
>>>
>>> Intern Infinispan
>>> Intern JBoss Cache Searchable
>>>
>>> _______________________________________________
>>> infinispan-dev mailing list
>>> infinispan-dev(a)lists.jboss.org
>>>
https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev(a)lists.jboss.org
>>
https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
>
>
>
> --
> Michael D Neale
> home:
www.michaelneale.net
> blog:
michaelneale.blogspot.com
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/infinispan-dev
Navin Surtani
Intern Infinispan
Intern JBoss Cache Searchable
_______________________________________________
infinispan-dev mailing list
infinispan-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev