Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #19048
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Java RMI questions and MyEclipse |
| Date | 2012-10-02 12:58 -0700 |
| Organization | Canadian Mind Products |
| Message-ID | <gehm68pboe1g9edviavhjf4v8d7392ldp3@4ax.com> (permalink) |
| References | <3027b606-f909-46df-971f-a13187d9907c@googlegroups.com> |
On Tue, 2 Oct 2012 09:16:22 -0700 (PDT), Clayton Cramer <claytoncramer@gmail.com> wrote, quoted or indirectly quoted someone who said : >1. I am looking at the possibility of replacing our browser-based JSP/Strut= >s client talking to Java server classes with a thick client written in Java= >. (Yes, for most enterprise systems, this would not be a great idea, but f= >or us it does make sense: we have a few hundred PCs talking to our servers;= > there are never one time users connecting to our servers unless it's a sec= >urity breach.) I reject of thin clients on many grounds: 1. inefficiency. 2. bugs introduced by the browser 3. you don't keystroke by keystroke validation 4. there is no logic to help you fill out a form when not all the fields are mandatory. The problem with RMI is you expose everything to the outside world, hopefully just an internal LAN. I did two projects of this sort. The server had a socket open to each terminal. The protocol was a continuous stream of large binary packets (most commonly image files). It had quite spectacular throughput. -- Roedy Green Canadian Mind Products http://mindprod.com The iPhone 5 is a low end Rolex.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Java RMI questions and MyEclipse Clayton Cramer <claytoncramer@gmail.com> - 2012-10-02 09:16 -0700
Re: Java RMI questions and MyEclipse Arne Vajhøj <arne@vajhoej.dk> - 2012-10-02 12:50 -0400
Re: Java RMI questions and MyEclipse Clayton Cramer <claytoncramer@gmail.com> - 2012-10-15 15:03 -0700
Re: Java RMI questions and MyEclipse Lew <lewbloch@gmail.com> - 2012-10-15 15:54 -0700
Re: Java RMI questions and MyEclipse Jeff Higgins <jeff@invalid.invalid> - 2012-10-16 03:20 -0400
Re: Java RMI questions and MyEclipse Jeff Higgins <jeff@invalid.invalid> - 2012-10-16 11:13 -0400
Re: Java RMI questions and MyEclipse Roedy Green <see_website@mindprod.com.invalid> - 2012-10-02 12:58 -0700
Re: Java RMI questions and MyEclipse Arne Vajhøj <arne@vajhoej.dk> - 2012-10-02 16:23 -0400
Re: Java RMI questions and MyEclipse Joerg Meier <joergmmeier@arcor.de> - 2012-10-03 01:33 +0200
csiph-web