Results 1 to 2 of 2

Thread: Connecting to the server

  1. #1

    Default Connecting to the server

    I have a Java Swing client which communicates with the server through EJB remote interface. The EJB part of the web application is replaced by Spring. Now, how the Swing client talk to the server? Is something the SRC can do in the regard? I don't know anything about the Spring Rich Client. I hope that I don't ask a wrong question.
    [URL="http://vicina.info"] 新闻,社区新闻,分类广告

  2. #2
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    67

    Default

    >Now, how the Swing client talk to the server?

    You could take a look at:
    http://karussell.wordpress.com/2009/...world-example/
    or
    http://static.springsource.org/sprin.../remoting.html
    or
    http://cayenne.apache.org/doc20/remo...nce-guide.html

    SpringRC is only for the client side ...

Posting Permissions

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