[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] [ 11 ] [ 12 ] [ A ] [ next ]
Java is a strongly-typed platform-independent object-oriented programming
language often associated with the World Wide Web. Java was developed by
Sun Microsystems
for embedded
applications, but has since grown to become a general-purpose programming
language. Java source code can either be compiled to a machine-independent
byte-code that can be run by Java virtual machines, or it can be compiled
directly to executable code for any number of platforms, including Linux,
Win32, and others.
A common API, shipped with all Java development environments, provides socket support, a graphical user interface widget set, graphical drawing tools, standard IO, events, math, database interfaces, and multithreading, to name a few.
The multithreading support can happen either in kernel threads or userland threads, depending on the implementation of the Java virtual machine used.
Of course, Java is also the name of a popular island of Indonesia: check out
the facts at the GNU Java
pages
Java is widely used in large and small scale distributed, server, and client applications. It's fun to use. The javadoc tool creates documentation from comments in the code, so if you comment your code you get the docs for free.
JIT is an acronym for Just In Time. It refers to a VM plugin to speed up VM execution by compiling bytecode to native machine code.
Of course, http://java.sun.com
would be the first place to read information on Java, right from the company
who started it (i.e. Sun). However good places for Java and Linux could be:
Sun's Java Technology on
Linux
pages.
Blackdown's Java
and Linux FAQ
.
GNU's Java
software
Enterprise in a Nutshell by Gary Meyer, at http://en.tldp.org/HOWTO/Enterprise-Java-for-Linux-HOWTO.html
.
Explains how to set up an environment including JDK, web server, Java servlets,
JDBC access to a database and EJBs. If you are interested read also Java
Enterprise in a Nutshell at http://www.oreilly.com/catalog/jentnut/
.
The Linux Journal
Magazine
, the following articles might be worth reading:
Issue 105 Compiling Java with
CGJ
Issue 66 Java
servlets
and Java 2
SDK
.
The Linux Gazettej
Magazine
, the following articles might be useful:
Issue 69 Installing Tomcat on
Linux
Issue 48 Linux,
Java and XML
Issue 32 Java and
Linux
LinuxFocus
, a free
multilingual journal:
January 1999: Programming
with Java, part II
July 1998: Programming
with Java, part I
The Java-CGI HOWTO from David H. Silber at http://en.tldp.org/HOWTO/Java-CGI-HOWTO.html
explains how to set up your server to run Java CGIs. Maybe it is worth looking
at servlets.
Java Programming on Linux, by Nathan Meyers, website at http://www.javalinux.net/
, which is
a book devoted to the topic of using Java on Linux (there's no online version
of it, though)
Other sites regarding Java would be:
The Java Lobby http://www.javalobby.org
.
Brewing Java: a tutorial at http://metalab.unc.edu/javafaq/javatutorial.html
.
If you are browsing the web for free Java information you can of course use
Google. If you are looking for applets with source code look at http://javaboutique.internet.com/javasource.html
.
Check also What free platforms are there and how can
I contribute?, Section 6.2 for pointers to the free Java platforms
available, which might or might not be listed in GNU's webpages devoted to
Java.
The appropriate place to ask such questions is debian-java at
lists.debian.org
. You can subscribe at the Mailing List
Subscription
page.
[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ] [ 11 ] [ 12 ] [ A ] [ next ]
Debian GNU/Linux Java FAQ.
[email protected]