Programmer's Corner
Articles intended for Java developers.
|
Featured Applet:
solitaire
A deceptively simple puzzle: Remove all 44 marbles from the board. Source included.
... [more applets for programmers]
Featured Applet:
JackhammerDuke
A vibrating image with sound effects (can be used to denote "Under Construction"). The included source code is a good introduction to programing animation in Java.
... [more applets for programmers]
Servlets and JSP- Part 1:
Overview of Servlets and JSP
Servlets are Java technology's answer to CGI programming. They are programs that run on a Web server and build Web pages.
Introduction to Java Networking Part 1:
Introduction to Java Servlets
This comprehensive introduction covers what servlets are and why you might want to use them instead of your other web applications.
|
Java Programming from the Grounds Up
With Java, it's possible to write some very sophisticated applets with a relatively small amount of code. Here's how.
... [more tutorials]
Object Persistence Made Easy
With object serialization, your Java applets and applications can save and load the state of objects to disk or over a network.
In this article, we'll examine the benefits of object serialization, and how to implement it in your own programs.
I Said a Sip, Not the Whole Cup!
Preventing your applets from being stolen from your web page.
Bi-Directional RMI
Bi-Directional Communication in Distributed Remote Objects.
Internationalization
Internationalization is the process of designing an application so that it can be adapted to different languages and regions without requiring engineering changes.
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|