File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes Swing and Ejb Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Swing and Ejb" Watch "Swing and Ejb" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Swing and Ejb
 
Similar Threads
java application accessing the ejb
Learning resource for EJB
use of ejb outside of web applications ?
swing
java application accessing the ejbs