The Artima Developer Community
Sponsored Link

Java Answers Forum
RMI Vs Servlet-Http-Servlet

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ragavan Raman

Posts: 1
Nickname: mrragavan
Registered: Jan, 2003

RMI Vs Servlet-Http-Servlet Posted: Jan 23, 2003 9:50 AM
Reply to this message Reply
Advertisement
Hello All
I would like to know which is a better solution for the case in which I would like to send user details from a java application(Application A) to another one(Application B) residing in a different server(Tomcat) and get a response(whether the user details are valid). Application A will be used by many other applications for checking user details. I would like to know whether I should go for an RMI solution in which one application will be a RMI Client and the other,Server. On the other hand, I feel that Servlet as Application A will perform far better as I can use Http connection to connect to Application B and get a response of the user validity instead of using RMI. Could someone please help me on this to choose the right solution ?
Thanks in advance
Ragavan

Topic: how do i get the year? ***example: 2003 Previous Topic   Next Topic Topic: how to compile servlet source codes?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use