Java
Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform.
Application
Any
Platform
Any
License
Any
After customizing tcsh, Enlightenment, Eterm, and Emacs for a Java and Perl-oriented programming environment, Teodor shows us the configuration of his desktop in Linux. It is optimized for a Java and...
Generating dynamic content in Web applications is important
when the content must reflect the most current and available
data and personalized information. One of the main advantages
of...
This lesson provides a description of sound from both a
physical and a programming viewpoint. The lesson introduces the
Java Sound API, which provides a high degree of control over...
Spiders are programs that can visit Web sites and follow
hyperlinks. By using a spider, you can quickly map out all of
the pages contained on a Web site. This article will show you
how to use...
If you've ever used Microsoft's very popular Active Server
Pages (ASP) then you'll have a good idea of what JSP is. It
consists of HTML or XML markup into which special tags and code
blocks are...
A (hopefully) painless introduction to the world of enterprise
java beans technology through a code dissection of the simplest
functional example possible. If EJB scares you, this might be a...
For users of the Eclipse Java editor, content assistants are a well-known feature. You press Ctrl + spacebar, and a window with a set of completion proposals pops up. Selection of a specific proposal...
The Java platform, both its base language features and library
extensions, provides an excellent base for writing secure
applications. In this tutorial, Part 2 of 2, Brad Rubin
introduces the...
There are two families of Web services clients in the Java
world: unmanaged and J2EE container-managed clients. This
article describes Web services invocation, Web services
standards for Java...
The Java platform, both its base language features and library
Extensions, provides an excellent base for writing secure
applications. In this tutorial, the first of two parts on Java
security,...
This article describes the refactoring techniques used to improve existing java code.
Faisal Khan of Stardeveloper.com reviews SoftArtisans WordWriter 1.0 for the Java Platform which generates native Microsoft Word documents from Word templates using a data source.
To go beyond simple HTML, historically the only options have been to use Java technology or plug-ins. Now, you have a new way -- write and display applications natively in XML. The Mozilla platform...
Elliotte Rusty Harold talks with Bill Venners about problems with the JDOM API. Most are general design issues for any Java API: too many convenience methods and checked exceptions, not preventing...
The developerWorks ava technology zone contains hundreds of articles, tutorials, and tips to help a developer make the most of the Java-language technology and related applications, but sifting...
The Java platform has traditionally prided itself on its
platform independence. While that independence has many
benefits, it makes the process of writing Java applications
that interact with...