Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #1953

Re: Java in HTML

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.help
Subject Re: Java in HTML
Date 2012-07-19 23:32 -0700
Organization Canadian Mind Products
Message-ID <couh08tuidqel84247b1r6jvj6mpfglsr9@4ax.com> (permalink)
References <2f39e6a7-e39a-4e0f-89dc-347a031c2ad4@googlegroups.com>

Show all headers | View raw


On Thu, 19 Jul 2012 21:51:04 -0700 (PDT), Joseph Parkton
<jparkton@gmail.com> wrote, quoted or indirectly quoted someone who
said :

>I am rather new to Java <=3D 1 week, but have been going at it daily and ha=
>ve built a pretty cool java cardgame. Now I want to do something like a swi=
>ng app maybe (although I don't know swing or any other GUI building languag=
>e but want to learn them so am looking for some experienced programmers as =
>to which one is most useful and will contribute to my worth as a future emp=
>loyee to $COMPANY)?=20

If your skill is Java, the easiest way to do this is to write an
applet than runs on the client.  If the various players need to
communicate, have the Applet send and receive binary messages to a
Servlet running on the server.

see http://mindprod.com/jgloss/applet.html
http://mindprod.com/jgloss/servlet.html
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
The greatest shortcoming of the human race is our inability to understand the exponential function. 
 ~ Dr. Albert A. Bartlett (born: 1923-03-21 age: 89)
http://www.youtube.com/watch?v=F-QA2rkpBSY

Back to comp.lang.java.help | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Java in HTML Joseph Parkton <jparkton@gmail.com> - 2012-07-19 21:51 -0700
  Re: Java in HTML markspace <-@.> - 2012-07-19 22:26 -0700
  Re: Java in HTML Roedy Green <see_website@mindprod.com.invalid> - 2012-07-19 23:32 -0700
    Re: Java in HTML Joseph Parkton <jparkton@gmail.com> - 2012-07-20 13:34 -0700

csiph-web