users@glassfish.java.net

EJB RMI serialization vs JAX WS serialization

From: Drinkwater, GJ \(Glen\) <"Drinkwater,>
Date: Wed, 29 Aug 2007 19:19:49 +0100

Hi

I have an client application that uses remote EJBs to transfer large
amounts of collections of POJOs. I was thinking of changing this to use
web services instead of the remote EJB calls. I was wondering if anyone
done any benchmarking regarding RMI serialization against JAX WS
serialization??

Also, is it possible to make the JavaBean artifacts that are generated
using wsimport implement Serialization interface??

Thanks Glen