2 Replies Latest reply on Sep 5, 2007 7:16 PM by roja

    Searching a Pojo Cache?

    roja

      I am a little new to the JBOSS world and am just getting started after finding PojoCache (which i have to say is utterly excellent!) I do however have a small problem. Is there any simple method for performing searches for specific pojo instances? I am aware that each pojo is stored within the tree with an associated FQN but i am more interested in accessing the pojos based on some form of simple query (something like that used by BeanKeeper for instance?) Does such an interface exist for the PojoCache?


      Regards
      Roja

        • 1. Re: Searching a Pojo Cache?
          jason.greene

          We don't yet have a query language. However, there is a project out there that adds search to core jboss cache (not pojo cache):

          http://www.jofti.com/

          You could however use this with POJO Cache, since it could return the FQN, that you could then pass to POJO Cache.

          • 2. Re: Searching a Pojo Cache?
            roja

            Thanks for the reply Jason :) I have been considering doing exactly what you suggest i was just not all that sure that it was the best available option :S

            Is there any intention to add query functionality to the cache?

            Roja