[jdom-interest] Problem transmitting Doc & Element over socket 's , very slow

Sergio Sierra ssierra at bigfoot.com
Mon Jun 10 09:09:59 PDT 2002


Hi!

You can try to transmit a Jdom tree but in its String version, with
these line codes.

I'm using this method with RMI and I don't have any problems with the
speed in localhost mode. 

-------
XMLOutputter out = new XMLOutputter("   ", true);
return out.outputString(doc);
-------

In the other side where you receive the String data you have to build
again the jdom tree if you need to use it.

I hope it maybe useful for you, but I'm not sure if it is the best way
to transmit a Jdom tree,

Sergio











-----Mensaje original-----
De: jdom-interest-admin at jdom.org [mailto:jdom-interest-admin at jdom.org]
En nombre de Byrne, Padraig (Padraig)
Enviado el: lunes, 10 de junio de 2002 12:54
Para: 'jdom-interest at jdom.org'
CC: 'jdom-interest-admin at jdom.org'
Asunto: [jdom-interest] Problem transmitting Doc & Element over socket
's , very slow


Can anyone assist ?

I am transmitting a Jdom.Document over a socket connection & it takes
approx 1 minute on direct connection.

I tried just sending updated element (JDom.Element) but it takes equally
long
Any ideas ??

Rgds,
Padraig.



-----Original Message-----
From: jdom-interest-admin at jdom.org [mailto:jdom-interest-admin at jdom.org]
Sent: 09 June 2002 07:13
To: jdom-interest at jdom.org
Subject: jdom-interest digest, Vol 1 #953 - 1 msg


Send jdom-interest mailing list submissions to
	jdom-interest at jdom.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.denveronline.net/mailman/listinfo/jdom-interest
or, via email, send a message with subject or body 'help' to
	jdom-interest-request at jdom.org

You can reach the person managing the list at
	jdom-interest-admin at jdom.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of jdom-interest digest..."


Today's Topics:

   1. more problems building jdom.jar (missing JaxenXPathclass?) (Steven
Shand)

--__--__--

Message: 1
Date: Sat, 8 Jun 2002 14:53:11 +0100
From: Steven Shand <steven at intrallect.com>
To: jdom-interest at jdom.org
Subject: [jdom-interest] more problems building jdom.jar (missing
JaxenXPathclass?)

Hi, again I'm embarrassed by having to post another help-me.

After checking out source from cvs and successfully ( I thought ) 
building jdom.jar, I'm now having run-time problems, specifically cnfe 
problems.
The class that's not found is 'org.jdom.xpath.JaxenXPath' this appears 
in the source that I checked out, but after building, the class file 
doesn't appear in the build/classes folder or in the jar. After reading 
the thread re interfaces, I thought i was missing an implementation of 
JaxenXPath and this might be found in the jaxen jars incuded from the 
libs in cvs. Again this didn't help.

Should I have expected to see 'org.jdom.xpath.JaxenXPath.class' in the 
jar file? I'm thinking something isn't working correctly when running 
the build script. I've had a look at that but everything looks fine. 
There's certainly no errors in the Ant output.

If anybody can shed any light on this I'd be very grateful.

Steven Shand.




--__--__--

_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@you
rhost.com

End of jdom-interest Digest
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@you
rhost.com







More information about the jdom-interest mailing list