• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Where do you go when....

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Besides this awesome web site, where do you go when....

1. Where do you go when you want to find out "How do I do this"? Say, for example, you want to learn how to print a table from a database or your program needs to send mail. Is there any web site that is good for looking up this how-to info?

2. Is there any web site that is good to go to for reading about and learning about Java (besides here and java.sun.com). I mean a site that has killer articles and a site that you go to at least weekly to see their latest and greatest articles and tutorials?

3. Where do you go when you want to learn about how to use Java tools, such as IDEs or profilers or Ant. Beside the sites themselves, which might have great tools but not so great docs (especially the open source stuff), is there some place that you know you can go to to get good info?

Thanks for any help you can provide to help save some time.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by C Kutler:
Besides this awesome web site, where do you go when....



There are other web sites?
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

2. Is there any web site that is good to go to for reading about and learning about Java (besides here and java.sun.com). I mean a site that has killer articles and a site that you go to at least weekly to see their latest and greatest articles and tutorials?



ัyou can read in java forum from javaranch and can see any website such as
TSS
JavaWorld
OnJava
Java Developer
Java Guru
 
somkiat puisungnoen
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

3. Where do you go when you want to learn about how to use Java tools, such as IDEs or profilers or Ant. Beside the sites themselves, which might have great tools but not so great docs (especially the open source stuff), is there some place that you know you can go to to get good info?




Java IDE
Eclipse IDE
JBuilder
....
 
Ranch Hand
Posts: 1211
Mac IntelliJ IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by C Kutler:
Besides this awesome web site, where do you go when....

1. Where do you go when you want to find out "How do I do this"? Say, for example, you want to learn how to print a table from a database or your program needs to send mail. Is there any web site that is good for looking up this how-to info?



The Java Almanac

cheers
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I often try Google for "java tutorial some API". I usually get Sun links which are almost always very good, but you'll find college course notes and all kinds of references.
 
Those cherries would go best on cherry cheesecake. Don't put those cherries on this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic