Results 1 to 2 of 2

Thread: Spring talking to Thick client

  1. #1
    Join Date
    May 2006
    Posts
    111

    Default Spring talking to Thick client

    our J2EE application (using spring) needs to talk to VB .NET thick client. this would be two way communications. two of the scenarios are

    1)J2EE app sending notifications to .NET thick clients (multiple clients)

    2).NET client sending message (notification) to J2EE application and waiting for confirmation.

    what are the technology options we can explore?

    thanks,

  2. #2

    Default

    1)J2EE app sending notifications to .NET thick clients (multiple clients)
    Have you tried the .NET messaging API: http://activemq.apache.org/nms.html.
    Take a look at Spring .NET and its listener containers.

    http://www.infoq.com/articles/jms-sp...saging-interop

    2).NET client sending message (notification) to J2EE application and waiting for confirmation.
    Use web services
    Last edited by Manuel Palacio; Sep 24th, 2007 at 03:51 AM.

Posting Permissions

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