MUST see places for beginners

J

js_dev

Places you MUST see

If you are learning Java and have a reliable internet connection,
having a look at these places is a must :

For everything Java:
http://java.sun.com
http://java.net

Excellent IDEs:

Netbeans - www.netbeans.org
Eclipse - www.eclipse.org
IntelliJ IDEA - www.intellij.net
JCreator Pro - www.jcreator.com

For libraries (jars) :
http://jars.com

For articles, links, blogs, reviews:
http://theserverside.com

For source code:
http://javaboutique.internet.com/javasource/
http://www.planet-source-code.com/
http://www.thefreecountry.com/sourcecode/java.shtml

If you want to read and write XML files in fewer lines of code:
http://dom4j.org

If you want to build a lot of java files together and do not prefer and
IDE- Ant:
http://ant.apache.org
(If you haven't used Ant, your life as a Java programmer is poor and
without much value!)

If you want the biggest and the best for free:
http://apache.org

If you want servlets and JSP - Tomcat:
http://jakarta.apache.org/tomcat/

Java docs of everything:
http://www.jdocs.com/

Everything of Javadoc:
http://java.sun.com/j2se/javadoc/writingdoccomments
http://filia.uni.lodz.pl/mocny/doc/j2sdk/docs/tooldocs/solaris/javadoc.html
http://barney.gonzaga.edu/java/tooldocs/javadoc/standard-doclet.htm

For help if you get stuck:

http://forum.java.sun.com/

and

of course, right here: http://groups.google.com/

Google groups WILL give you your answers.

Sun Java forums give you answers within a day or two but you have to
register (2-minute process, but well worth it - once people start
knowing you, you get more and more help - you get help even if you are
new - that is what forums are for!)
 
I

IchBin


Another important source code repository not mentioned is
'The Java Developers Almanac 1.4' http://javaalmanac.com/egs/index.html

--


Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
 
R

Roedy Green


you dropped the last l.

that should read
http://barney.gonzaga.edu/java/tooldocs/javadoc/standard-doclet.html

sun's official documentation on Doclets is at:
http://java.sun.com/j2se/1.5.0/docs/guide/javadoc/doclet/overview.html

also available in your local JDK docs at:
file://localhost/J:/Program%20Files/java/jdk1.5.0_04/docs/guide/javadoc/doclet/overview.html

I have a set of links on JavaDoc you might find useful at
http://mindprod.com/jgloss/javadoc.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top