  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | sockets Vs RMI | sockets Vs RMI 2005-06-27 - By Keith Davis
Back You will be happy with RMI performance. Our application has > 50 users. Recommend the RMI server provides a single reference to each session, and the references are stored in a hashmap for the session. We use thick client.
The advantage of Sockets would be that you can use SOAP over sockets and provide for a transition to WebServices. Depends on the future of your application.
Good Luck
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
<HTML><FONT FACE=arial,helvetica><HTML><FONT SIZE=2 PTSIZE=10 FAMILY= "SANSSERIF" FACE="Arial" LANG="0">You will be happy with RMI performance. Our application has > 50 users. Recommend the RMI server provides a single reference to each session, and the references are stored in a hashmap for the session. We use thick client.<BR> <BR> The advantage of Sockets would be that you can use SOAP over sockets and provide for a transition to WebServices. Depends on the future of your application.<BR> <BR> Good Luck</FONT></HTML> ==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |