Best way to call an EJB from the Thick client ? 2004-07-20 - By Guy Katz
Back use InitialContext with the proper input parameters (provider URL, Initial context factory) to lookup EJB, create it and invoke it. thats all. many tutorials on this, you can check sun's website.
-- --Original Message-- -- From: A mailing list for Java(tm) 2 Platform, Enterprise Edition [mailto:J2EE-INTEREST@(protected)]On Behalf Of Anuj Kumar Sent: Tuesday, July 20, 2004 2:47 PM To: J2EE-INTEREST@(protected) Subject: Best way to call an EJB from the Thick client ?
Hi,
The client in my application is a thick client developed using swing. I want to know the best way to call an EJB from client.on the server side we have session bean which acts as an controller and calls the business delagates.as per my knowledge RMI could be a solution but i don't know wht are the disadvantages of that and performance issues... can anyone give any suggestion abt this??
Anuj
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|