Hi,
I would be looking for an implemented XML cache for large xml data, with file system persistance possibilities. Here is what I am trying to do:
I am building a J2EE application that reuses a pretty extensive classification tree-like schema (data that does not change). This data is stored in a DB and reconstructed into an XML file based on some search criteria. I would like to store this XML file and query it using some xpath. Is there some implemetation of such a thing?
Thank you for your help.
-Eric
-
XML Cache framework (3 messages)
- Posted by: Eric Burin des Roziers
- Posted on: January 10 2004 16:36 EST
Threaded Messages (3)
- XML Cache framework by Sean Sullivan on January 11 2004 13:59 EST
- XML Cache framework by Rob Misek on January 12 2004 11:55 EST
- XML Cache framework by Eric Burin des Roziers on January 18 2004 13:00 EST
-
XML Cache framework[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: January 11 2004 13:59 EST
- in response to Eric Burin des Roziers
My company is using OpenSymphony's OSCache library to cache
XML documents.
http://www.opensymphony.com/oscache/ -
XML Cache framework[ Go to top ]
- Posted by: Rob Misek
- Posted on: January 12 2004 11:55 EST
- in response to Eric Burin des Roziers
Tangosol's Coherence also has such features as well as providing the ability to cache/manage large sets of data by using our Distributed/Partitioned cache.
Later,
Rob Misek
Tangosol Coherence: Cluster your Work. Work your Cluster.
Coherence Forums. -
XML Cache framework[ Go to top ]
- Posted by: Eric Burin des Roziers
- Posted on: January 18 2004 13:00 EST
- in response to Rob Misek
Thank you both for your help. Considering the prices tags, I will use the OSCache instead of coherence.
Regards,
-Eric