b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Message 4541271 (Thread)

# Nope
Trying to justify why i've used seriali(s|z)ed Java objects rather than SOAP. Ah well.
(, Sat 23 Apr 2005, 10:51, archived)
# I`d go for security and performance
you`d end up having to send messages over SSL, parse and validate the messages, do stuff, and send back responses which should be parsed and validated - nobody bothers with this in SOAP because it`s too slow (it`s nearly always SAX-based parsing); you at least have some security with the VM, class casting, etc. although XML is always worth browny points

*wiggles specs*
(, Sat 23 Apr 2005, 10:57, archived)
# My cat's breath smells like cat food.
(, Sat 23 Apr 2005, 11:01, archived)
# .. or you could use Apache Axis and just worry about NullPointerExceptions...
:)
(, Sat 23 Apr 2005, 11:07, archived)