| Author |
J2EE application talking to thick client
|
Vicky Pandya
Ranch Hand
Joined: Dec 16, 2004
Posts: 148
|
|
our J2EE application (using spring) needs to talk to VB .NET thick clients. 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
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
Off hand, I don't know of any API bridges in either technology (since they are generally not friends), but you can always rely on web-based messaging such as servlets and web services to send messages.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: J2EE application talking to thick client
|
|
|