Re: Distributive Cache Open Source Solution

2005-04-29 Thread Mattias J
At 2005-04-29 07:01, you wrote: Hi, I am looking for an open source's distributive cache solution. One that can be used for a clustered weblogic servers environment, the cache has to be read and write, and the cache itself need to be fail-safe. Anyone has some recommandations? Never tried, but

[JXPath] deprecated doc

2005-04-29 Thread pedro Cristian
I was just looking at the JXPath documentation. http://jakarta.apache.org/commons/jxpath/users-guide.html The user guide recommends using the XMLContainer An example of a useful container is XMLDocumentContainer . When you create an XMLDocumentContainer, you give it a pointer to an XML file (a

Re: [JXPath] deprecated doc

2005-04-29 Thread Dmitri Plotnikov
Pedro, The class is now called simply DocumentContainer. I will update the documentation when I get a chance. Thank you, - Dmitri - Original Message - From: pedro Cristian [EMAIL PROTECTED] To: commons-user@jakarta.apache.org Sent: Friday, April 29, 2005 7:59 AM Subject: [JXPath]

Re: [JXPath] deprecated doc

2005-04-29 Thread Pedro Cristian
--- Dmitri Plotnikov [EMAIL PROTECTED] a écrit : Pedro, The class is now called simply DocumentContainer. I will update the documentation when I get a chance. Thank you, However DocumentContainer does not have a constructor with a Source. Just with an URL. Or is there a way that I

Re: [JXPath] deprecated doc

2005-04-29 Thread Dmitri Plotnikov
Pedro, You have two choices: 1. You can simply parse the XML with a DOM parser or JDOM and use the resulting Document as the context root for JXPath. You don't have to use a Container to access DOM or JDOM. The purpose of Container is to perform lazy parsing, i.e. only parse the document

[Betwixt]: HashMap to XML and back

2005-04-29 Thread Jaime Garza
Can somebody help me learn how to read a HashMap back with betwixt/digester? When I use betwixt to write a HashMap I get a nice XML, but when I try to read it back, I only get a null. I am using betwixt 0.6 and digester 1.5. Yes, this is a map of maps. This is the code package