Java Links for CS494:
Documentation/Downloads on APIs, Tools:
- Bookmark this site: Sun's Java API documentation
(the class browser demo'd in class)
- Sun's Java 2 Platform Standard Edition (J2SE)
- BlueJ (read the tutorial
on the site)
- JCreator (MS Visual Studio like, maybe not a debugger in the free version,
no RAD)
- Sun ONE Studio 4 (big, slow to start, includes
RAD for GUI dev, professional tool) Best to download version that contains the Java SDK with it.
- Borland JBuilder (includes RAD for GUI dev, professional tool)
You can get JBuilder Personal Edition Version 7 (not the latest) for free.
- Eclipse (an extensible, open-source IDE) See this
article introducing Eclipse with Java from O'Reilly.)
Learning Java:
Coding Conventions and Style Guidelines:
Web Sites and Other Resources: