> I hope all this Remote and Local crap is removed in 3.0.  There
> really is no reason for it.

Can be quite useful. Consider a query service. Anybody doing remote
queries will certainly have to restrict the list of results. But there
is no need to bother programmers using the local interface with such an
artifact.

  + find(query) : List {local} <-- lazy, db-backed list impl
  + find(query, offset, limit) : List {remote}

Just an example; I'm sure you could find better ones.

--
Eric Jain



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to