-
May 2nd, 2008, 07:52 PM
#1
Tutorial sample - thread safety?
I been playing around with the tutorial sample. Quick question re: the HolidayEndpoint class which is wired as a singleton in the application context. Am I correct that the XPath variables of this class are not thread safe and I would need to the create the XPath expressions locally to make it thread safe?
-
May 3rd, 2008, 06:45 AM
#2
The JDOM XPath class used in the HolidayEndpoint is "sorta" threadsafe, see http://www.jdom.org/pipermail/jdom-i...ne/012352.html.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules