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


Groups > comp.lang.java.programmer > #3141

Re: recommendation for learning Java animation/applets programing

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From markspace <-@.>
Newsgroups comp.lang.java.programmer
Subject Re: recommendation for learning Java animation/applets programing
Date Tue, 19 Apr 2011 10:00:49 -0700
Organization A noiseless patient Spider
Lines 33
Message-ID <iokf44$29g$1@dont-email.me> (permalink)
References <983f62a4-43cf-49b6-8628-afcf09f9db4c@a11g2000pro.googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Injection-Date Tue, 19 Apr 2011 17:00:53 +0000 (UTC)
Injection-Info mx01.eternal-september.org; posting-host="cPD9BUYC7YT0KXvxatk4Yg"; logging-data="2352"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+yr3Y6HzRf0g0brvQf1TxVbB8fxeg7TlE="
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9
In-Reply-To <983f62a4-43cf-49b6-8628-afcf09f9db4c@a11g2000pro.googlegroups.com>
Cancel-Lock sha1:tMRR/fy68TQ/n3Dl+FlfToAnsU8=
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3141

Show key headers only | View raw


On 4/17/2011 9:15 PM, steveh44 wrote:

> What do folks here recommend? Get a good book? which one do you
> recommend?
>
> Any other advice is welcome.


Learn to program in Java, first.  I'd recommend the Java tutorials, 
Learning Java by O'Reilly, and the Java Passion website.

http://download.oracle.com/javase/tutorial/
http://oreilly.com/catalog/9781565927186
http://www.javapassion.com/portal/

The O'Reilly book in particular contains a lot more information than 
just the basics.  It has a lot of practical advice for Swing (Java's GUI 
API) that I think you'd find useful for applets.

As for applets themselves or animation, no.  Desktop is not Oracles 
focus, and the development environment is kind of wonky.  If you're not 
an experienced programmer, you might have a bit of a rough time.  Things 
that work fine on your desktop aren't going to work at all when deployed 
as an applet.

Take your time, and deploy several "test" applets to different 
environments (OS, browser).  Be prepared for "learning" (i.e., stuff not 
working).  A lot of folks who aren't programmers aren't prepared for 
this kind of "build your test harness first" approach to applets, but 
you're going to get bit if you expect it all just to work like magic. 
There's no magic, and a lot of compromises might be needed to get a 
robust process.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar


Thread

recommendation for learning Java animation/applets programing steveh44 <steve_h44@yahoo.com> - 2011-04-17 21:15 -0700
  Re: recommendation for learning Java animation/applets programing "John B. Matthews" <nospam@nospam.invalid> - 2011-04-19 11:30 -0400
  Re: recommendation for learning Java animation/applets programing markspace <-@.> - 2011-04-19 10:00 -0700

csiph-web