Which adapter is the best option to gain maximum performance?
One of the fastest adapters is the ObjectStreamAdapter. Be aware that using this adapter has some (possible) drawbacks: • either you use only plain java data types (this gives the maximum performance) • or you have to deploy your java classes on both: server and client(s) • or you have to use the EJClassLoader and must ensure that all used java classes are available on the server Another efficient solution is to use the JavolutionAdapter with custom XML Formats.