Hello,
With Spring Http Remoting, you have to copy the interface, and the data classes from the server to the client, right ?
Is there a way to have these classes auto-generated ?
Added. I guess I could place the classes that are returned and the interface in a Jar file that I include wiht Maven. That might be a better solution all-in-all ?


Reply With Quote
With http remoting you have no definition like wsdl that could be used for code generation.
