The moose likes Web Services and the fly likes what is faster with when representing structure Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "what is faster with when representing structure " Watch "what is faster with when representing structure " New topic
Author

what is faster with when representing structure

Meir Yan
Ranch Hand

Joined: Apr 27, 2006
Posts: 597
Hello all
im using JAXWS to create the WS client and server , i need to pass complex data structures from the client to the server via SOAP the data structure
is list that contains hashtables , now i manged to do that with the help of XmlAdapter that mimics that structure . but now im thinking way not
to represent the structure as string with some helper functions in the client side that will constract the string and submitt one big string that will parsed back to the application data struct ,
what approach you think will be faser ?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what is faster with when representing structure
 
Similar Threads
Remote method/argumet data structure
How to implement Socket Chat in IIS web Server ????
Doubt in Sockets!!
Java Server Client Desktop Application
refining client/server project