Design Question RMI or WebService 2005-02-24 - By Kevin Gaasch
Back Depending on your Application Server implementation, you may be able to implement http tunneling. I know both JBoss and BEA WebLogic support http tunneling. Http tunneling requires no code changes from the default RMI implementation, so it should be simple to setup.
Kevin E. Gaasch Panhandle Plains Student Loan Center Senior Programmer/Analyst Sun Certified Java Programmer Work: 806.324.4108 Cell: 806.674.1523
>>> Jaise_George@(protected) 2/23/2005 10:48:52 PM >>> Hi Kurien,
I am not able to find any design consideration in this case that specifically favor either RMI or WS. From that point of view, I think either of them would be alright.
In my opinion, WS would be a better choice because it reduces the coupling between the modules and provides higher extensibility. AFAIK, SOAP does not have any scalability issues. I have used WS to pass large amount of data (not more than 100K), but did not observe any big issues. Moreover since it uses HTTP, you do not have to setup an additional tunnel. Therefore from a security point of view also you might not end up with any concerns if you use WS. But here, if the server needs to push some data without the client requesting for it, WS cannot work for you.
Hope this enhances your decision process
Jaise
__ __
CONFIDENTIALITY NOTICE The information contained in this message and/ or its attachments may be privileged and confidential, and is intended only for the use of the individual (s) named above. If you are not the intended recipient, you are notified that any dissemination, distribution, or copying of this communication is strictly prohibited and are requested to delete the message and/or its attachments. If you have received this communication in error please notify us immediately by telephone at (806) 324-4100. Panhandle-Plains Student Loan Center (PPSLC), has taken reasonable precautions to ensure that any attachment to this e-mail has been scanned for viruses. We specifically disclaim all liability and will accept no responsibility for any damage sustained as a result of software viruses. We advise you to carry out your own virus checks before opening any attachment.
=========================================================================== 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".
|
|