| Author |
Swing and Ejb
|
vishal sodani
Ranch Hand
Joined: Aug 26, 2000
Posts: 127
|
|
Hi, The swing application will be on a computer,while ejb beans on a server like jboss,on another computer.So,how will swing application talk to these beans?
|
 |
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
|
|
|
Over TCP/IP... using IIOP or whatever other protocols your Application Server supports for EJB access.
|
 |
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
|
|
|
So you would need some distributed methodology to implement those. Typically either RMI or a Corba tool.
|
"JavaRanch, where the deer and the Certified play" - David O'Meara
|
 |
 |
|
|
subject: Swing and Ejb
|
|
|