On Sat, 27 Aug 2005, Dain Sundstrom wrote:
> We use ObjectName pattern queries. If we eliminate ObjectNames, what
> will we use for queries?
Interfaces and GBean Name components. I imagine, for example, the
GBeanQuery would take a String (interface name) and/or a Map (key=value
pairs to query on). I guess the domain too.
Jeremy mentioned wanting to support a "query language", which
among other things would let you specify ands and ors and so on, but I
don't think that needs to be in the first release.
Aaron