Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1270 > unrolled thread
| Started by | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| First post | 2011-10-25 07:45 -0700 |
| Last post | 2011-10-25 21:26 -0700 |
| Articles | 10 — 7 participants |
Back to article view | Back to comp.lang.java.help
RMI RMIC Roedy Green <see_website@mindprod.com.invalid> - 2011-10-25 07:45 -0700
Re: RMI RMIC "John B. Matthews" <nospam@nospam.invalid> - 2011-10-25 10:59 -0400
Re: RMI RMIC Lew <lewbloch@gmail.com> - 2011-10-25 08:46 -0700
Re: RMI RMIC Roedy Green <see_website@mindprod.com.invalid> - 2011-10-25 21:27 -0700
Re: RMI RMIC Patricia Shanahan <pats@acm.org> - 2011-10-26 06:54 -0700
Re: RMI RMIC Lew <lewbloch@gmail.com> - 2011-10-26 15:28 -0700
Re: RMI RMIC Real Gagnon <realgag+usenet@geocities.com> - 2011-10-28 22:01 +0000
Re: RMI RMIC markspace <-@.> - 2011-10-25 11:33 -0700
Re: RMI RMIC Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-10-25 20:39 -0400
Re: RMI RMIC Roedy Green <see_website@mindprod.com.invalid> - 2011-10-25 21:26 -0700
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2011-10-25 07:45 -0700 |
| Subject | RMI RMIC |
| Message-ID | <irida7tc0p1hggrfbt2p9p0uel0fike6r1@4ax.com> |
RMI stands for Remove Method Invocations. What does RMIC stand for? -- Roedy Green Canadian Mind Products http://mindprod.com It should not be considered an error when the user starts something already started or stops something already stopped. This applies to browsers, services, editors... It is inexcusable to punish the user by requiring some elaborate sequence to atone, e.g. open the task editor, find and kill some processes.
[toc] | [next] | [standalone]
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Date | 2011-10-25 10:59 -0400 |
| Message-ID | <nospam-0EEFF2.10592325102011@news.aioe.org> |
| In reply to | #1270 |
In article <irida7tc0p1hggrfbt2p9p0uel0fike6r1@4ax.com>, Roedy Green <see_website@mindprod.com.invalid> wrote: > RMI stands for Remo[t]e Method Invocations. What does RMIC stand for? rmic - The Java RMI Compiler <http://download.oracle.com/javase/1.4.2/docs/tooldocs/solaris/rmic.html> -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2011-10-25 08:46 -0700 |
| Message-ID | <2613957.344.1319557563131.JavaMail.geo-discussion-forums@prms22> |
| In reply to | #1270 |
Roedy Green wrote:
> RMI stands for Remove Method Invocations. What does RMIC stand for?
^ ^
Remote Method Invocation.
<http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136424.html>
First hit from
<http://lmgtfy.com/?q=Java+RMIC>
From there you follow the link to
<http://download.oracle.com/javase/6/docs/technotes/guides/rmi/index.html>
That in turn leads you to
<http://download.oracle.com/javase/6/docs/technotes/tools/index.html#rmi>
thence
<http://download.oracle.com/javase/6/docs/technotes/tools/solaris/rmic.html>
<http://download.oracle.com/javase/6/docs/technotes/tools/windows/rmic.html>
--
Lew
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2011-10-25 21:27 -0700 |
| Message-ID | <h03fa7hfb286f8boukrnec3k85e66ohchj@4ax.com> |
| In reply to | #1272 |
On Tue, 25 Oct 2011 08:46:03 -0700 (PDT), Lew <lewbloch@gmail.com> wrote, quoted or indirectly quoted someone who said : >Roedy Green wrote: >> RMI stands for Remove Method Invocations. What does RMIC stand for? > ^ ^ >Remote Method Invocation. ><http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136424.html> >First hit from ><http://lmgtfy.com/?q=Java+RMIC> >From there you follow the link to ><http://download.oracle.com/javase/6/docs/technotes/guides/rmi/index.html> >That in turn leads you to ><http://download.oracle.com/javase/6/docs/technotes/tools/index.html#rmi> >thence ><http://download.oracle.com/javase/6/docs/technotes/tools/solaris/rmic.html> ><http://download.oracle.com/javase/6/docs/technotes/tools/windows/rmic.html> You had the advantage of knowing what it stood for. I was just guessing it had something to do with RMI. Try googling RMIC. You won't get much. -- Roedy Green Canadian Mind Products http://mindprod.com It should not be considered an error when the user starts something already started or stops something already stopped. This applies to browsers, services, editors... It is inexcusable to punish the user by requiring some elaborate sequence to atone, e.g. open the task editor, find and kill some processes.
[toc] | [prev] | [next] | [standalone]
| From | Patricia Shanahan <pats@acm.org> |
|---|---|
| Date | 2011-10-26 06:54 -0700 |
| Message-ID | <SNqdnbycTMibjDXTnZ2dnUVZ_tudnZ2d@earthlink.com> |
| In reply to | #1276 |
On 10/25/2011 9:27 PM, Roedy Green wrote: > On Tue, 25 Oct 2011 08:46:03 -0700 (PDT), Lew<lewbloch@gmail.com> > wrote, quoted or indirectly quoted someone who said : > >> Roedy Green wrote: >>> RMI stands for Remove Method Invocations. What does RMIC stand for? >> ^ ^ >> Remote Method Invocation. >> <http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136424.html> >> First hit from >> <http://lmgtfy.com/?q=Java+RMIC> >> From there you follow the link to >> <http://download.oracle.com/javase/6/docs/technotes/guides/rmi/index.html> >> That in turn leads you to >> <http://download.oracle.com/javase/6/docs/technotes/tools/index.html#rmi> >> thence >> <http://download.oracle.com/javase/6/docs/technotes/tools/solaris/rmic.html> >> <http://download.oracle.com/javase/6/docs/technotes/tools/windows/rmic.html> > > You had the advantage of knowing what it stood for. I was just > guessing it had something to do with RMI. Try googling RMIC. You > won't get much. It really helps to include some context in the search. Both: java RMIC and "remove method invocation" RMIC got useful results. In particular, when I'm doing a Google search related to Java programming, I almost always prefix the search term with "java". Doing so seems to either make no difference or improve the relevance of the results. Patricia
[toc] | [prev] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2011-10-26 15:28 -0700 |
| Message-ID | <23063325.530.1319668114358.JavaMail.geo-discussion-forums@prib32> |
| In reply to | #1277 |
> On 10/25/2011 9:27 PM, Roedy Green wrote:
> > On Tue, 25 Oct 2011 08:46:03 -0700 (PDT), Lew<lewb...@gmail.com>
> > wrote, quoted or indirectly quoted someone who said :
> >
> >> Roedy Green wrote:
> >>> RMI stands for Remove Method Invocations. What does RMIC stand for?
> >> ^ ^
> >> Remote Method Invocation.
> >> <http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136424.html>
> >> First hit from
> >> <http://lmgtfy.com/?q=Java+RMIC>
> >> From there you follow the link to
> >> <http://download.oracle.com/javase/6/docs/technotes/guides/rmi/index.html>
> >> That in turn leads you to
> >> <http://download.oracle.com/javase/6/docs/technotes/tools/index.html#rmi>
> >> thence
> >> <http://download.oracle.com/javase/6/docs/technotes/tools/solaris/rmic.html>
> >> <http://download.oracle.com/javase/6/docs/technotes/tools/windows/rmic.html>
> >
> > You had the advantage of knowing what it stood for. I was just
> > guessing it had something to do with RMI. Try googling RMIC. You
> > won't get much.
Oh, really? You will note that the query I suggested ("Java RMIC") does *not* presume knowledge of what the acronym stands for. As noted, the very first hit (at least in my case) led straight to useful results.
--
Lew
[toc] | [prev] | [next] | [standalone]
| From | Real Gagnon <realgag+usenet@geocities.com> |
|---|---|
| Date | 2011-10-28 22:01 +0000 |
| Message-ID | <Xns9F8CB748EE6D4rgagnoncom@69.16.186.52> |
| In reply to | #1277 |
>> You had the advantage of knowing what it stood for. I was just >> guessing it had something to do with RMI. Try googling RMIC. You >> won't get much. > > It really helps to include some context in the search. Both: > > java RMIC > > and > > "remove method invocation" RMIC > > got useful results. Right but if you have no clue about an acronym then Google "define:acronym" (in this case "define:rmic") is usually is a good trick. Bye. -- Real Gagnon from Quebec, Canada * Java, Javascript, VBScript or PowerBuilder snippets * http://rgagnon.com/howto.html * http://rgagnon.com/bigindex.html
[toc] | [prev] | [next] | [standalone]
| From | markspace <-@.> |
|---|---|
| Date | 2011-10-25 11:33 -0700 |
| Message-ID | <j86veb$i2p$1@dont-email.me> |
| In reply to | #1270 |
On 10/25/2011 7:45 AM, Roedy Green wrote: > RMI stands for Remove Method Invocations. What does RMIC stand for? Hmm, and here I always thought it stood for Roedy Mangles Interface.
[toc] | [prev] | [next] | [standalone]
| From | Eric Sosman <esosman@ieee-dot-org.invalid> |
|---|---|
| Date | 2011-10-25 20:39 -0400 |
| Message-ID | <j87krb$4r5$1@dont-email.me> |
| In reply to | #1270 |
On 10/25/2011 10:45 AM, Roedy Green wrote:
> RMI stands for Remove Method Invocations. What does RMIC stand for?
Serially Negatable Jasmine Diode.
--
Eric Sosman
esosman@ieee-dot-org.invalid
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2011-10-25 21:26 -0700 |
| Message-ID | <9t2fa7dc2b90uqflq644fmfu8p0hvpvvn7@4ax.com> |
| In reply to | #1270 |
On Tue, 25 Oct 2011 07:45:36 -0700, Roedy Green <see_website@mindprod.com.invalid> wrote, quoted or indirectly quoted someone who said : >Remove Method Invocations should be Remote Method Invocation. this is one of those side effects of touch typing where my fingers have entire words in their repertoire. They often type things that start with the same letters but otherwise bear no ressemblance. -- Roedy Green Canadian Mind Products http://mindprod.com It should not be considered an error when the user starts something already started or stops something already stopped. This applies to browsers, services, editors... It is inexcusable to punish the user by requiring some elaborate sequence to atone, e.g. open the task editor, find and kill some processes.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.help
csiph-web