We've tried to assemble a collection of articles about Java to help the beginner or the real Java gurus. If you have questions (or answers) concerning Java, please visit our Java Discussion Group.
For news and reviews of the latest computer audio tools, visit:
|
|
|
|
Java Resources for Web Developers
Java Hub
If you have questions about Java development you have arrived at the right place. Scroll down for articles about servlets, product reviews and "how to do it" articles. We also maintain a Java discussion group.
New
-
Java: Coming to a TV near you!
The new Java TV API holds the promise of Java-based interactive television using set-top boxes.
-
Java vs Other Web Application Technologies
(The JavaBoutique) Selena Sol, author of JavaBoutique's Introduction to Java, gives an in-depth comparison of Java and other development languages such as dHTML, ASP, and Perl.
-
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.
Servlets
-
Intro to Servlets
Java servlets are making headlines
these days, claiming to solve many of the problems associated with CGI and
proprietary server APIs. In this article I will describe the overall servlet
architecture and what you need to develop your application with servlets. I will
use several code examples to show you how to use the Servlet API, and compare it
with CGI and proprietary server APIs where appropriate.
-
Improved Performance with a Connection Pool
Establishing a connection once and then using the same connection for subsequent requests can dramatically improve the performance of a database-driven Web application. Since Servlets can keep information between requests, a database connection pool is a straightforward solution.
-
Servlets Are for Real!
Servlets are on duty now at a Web site near you.
-
Netscape-Flavored Servlets
How to implement server-side Java using Netscape's implementation of Java within the Enterprise Server.
Java Tutorial Material
-
Ecommerce on a Budget
A simple, dependable, and inexpensive ecommerce solution for small businesses is proposed.
-
Agent Communication
Agent technology is becoming more prevalent as the availability of network access, and the demand for the end-uses of agents, become greater. Electronic commerce and the Web are playing no small part, posing a challenge for developers to design agents that can enrich the user experience, or make behind-the-scenes work cheaper, faster, or more effective. Agents are being called on to assist users, to assist employees, or even to assist other agents.
-
What Can Java Do?
Promises, Promises! Here's the Truth!
-
Java Beans
Reusable Components for Java
-
Applets That Read Parameters From HTML
Some Techniques for Making Your Java Applets More Flexible
|
|
|
Java Books
Java Development Tools
Java Discussion Group
-
Java Discussion Group
Test the experts who hang out here with your toughest Java questions. You can also sign up for our Java E-mail Discussion List.
|
|