1 / 9

Exploring Libraries, APIs, and Documentation in Java Development

This comprehensive guide covers the concepts of libraries, APIs, and documentation in Java programming, including static vs dynamic libraries, Java and Quicksilver APIs, using Javadoc for documentation, and finding help through Google and IRC.

jaron
Télécharger la présentation

Exploring Libraries, APIs, and Documentation in Java Development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Libraries, APIs, Documentation, and Getting Help Layton Smith CSE 4000

  2. Introduction • Libraries • Static/Dynamic • Java version of static/dynamic • Netbeans Example • Creating your own • APIs • Java API • Quicksilver API • Documentation • Javadoc • Halp! • Google • IRC

  3. Libraries • Static • Easier to load • Must be declared upon compile/run • Dynamic • Harder to load • Can be loaded anytime during execution • Java • No static libraries! (Well, sorta) • Netbeans Example • Create your own

  4. APIs • Application Programming Interface • No "General API" specification • Java API • Quicksilver API • bukkit

  5. Documentation • Javadoc • Inputs and Outputs • Generate the html

  6. Getting Help • Google! • http://tinyurl.com/ccqvsc • Documentation for a specific product • Internet Relay Chat (IRC) • Chatzilla • XChat

  7. IRC Basics • Join a server /server <address> • Set your nickname /nick <nickname> • Join a channel /join #<channel>

  8. References • http://en.wikipedia.org/wiki/Library_%28computing%29 • http://download.oracle.com/javase/6/docs/api/ • http://www.campusbookmart.com/ • http://ci.bukkit.org/ • http://www.oracle.com/technetwork/java/javase/documentation/index-jsp-135444.html • http://www.google.com/ • http://chatzilla.rdmsoft.com/xulrunner/

  9. Useful IRC Channels • irc.freenode.net • ##php • ##java • #jquery • ##javascript • ##c++ • #html • #css  • irc.esper.net • #bukkit • #bukkitdev

More Related