Results 1 to 2 of 2

Thread: Spring Remoting Question

  1. #1
    Join Date
    Jan 2007
    Posts
    6

    Default Spring Remoting Question

    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 ?
    Last edited by joachimhb; Jan 31st, 2007 at 10:43 AM. Reason: Added a quiestion

  2. #2
    Join Date
    Sep 2004
    Posts
    1,086

    Default

    Generated out of what? With http remoting you have no definition like wsdl that could be used for code generation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •