Wrox Press, Inc.
2710 W Touhy
Chicago IL 60645
www.wrox.com
.
Java Articles at the Web Developer's Journal - Java programming tutorials, applets, beans, servlets and more.
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.
Taking Notes on Java
Edward Tanguay sings the praises of a very important language.
The
Bluffer's Guide to Java
Can't tell your Beans from your Applets? Wondering
if a Servlet is a small server waiting to grow up? Read our compact guide to Java
and you'll soon be dropping JAR, JVM and JSDK into casual conversations along
with the best of them. Nobody will bother listening to you, but they'll still
be mightily impressed.
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.
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.
Java Web
Server in Brief
A simple, dependable, and inexpensive ecommerce solution for small businesses
is proposed.
JSP: The Back Door into Java
Edward Tanguay discovers JSP, and finds it finally allows him to put his theoretical knowledge of Java to use, and hence, get a foot into the Java programming world.
Building
Java Server Pages
A detailed look at building JSP pages. Should you
use JSP or servlets? It depends on the ratio of markup to code. Here you'll also
find a guide to the different varieties of tag, and details about the main tags
such as <jsp:useBean> and <jsp:setProperty>.
Site User Logon with XML, Java Beans and JSP
During this tutorial we will use XML and Java Server Pages to verify a user's logon - and then store the results in a session Java Bean for easy access.
Serving
Dynamic WAP Content with Java Server Pages
Here's how to create dynamic content for WAP-enabled
mobile phones using the Wireless Markup Language (WML) and Sun Microsystems' Java
Server API. Our Java Server Pages application displays regularly updated appointment
data for someone on the move, such as an appliance engineer making house calls.
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.
Internationalizing
Servlets
How to use the Java Internationalization API to build server-side code that alters
its output based on the location and language of the user. We demonstrate the
use of the API by building a simple method which displays a product entry for
a shopping cart application.
Using
the HttpSession object of the Servlet API
The Java Servlet API represents an elegant and powerful way to shift processes
from client to server, and offers a number of advantages over CGI. These advantages
have certainly been enumerated so that most developers are aware of the servlet
advantage. However, some of the details of the servlet architecture may at first
seem daunting. Here's a short introduction on one aspect of writing servlets:
the HttpSession object.
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.
This weighty tome is a step-by-step course on Java programming. The title is a bit of a misnomer, for although the book begins at the most basic level, it proceeds step-by-step to intermediate-advanced programming. Beginning Java is part of a series, of which the next is called Professional Java Fundamentals.
September 30, 1997
This is a well-organized programming textbook, with lots of code, and exercises at the end of each chapter. Horton injects just the right amount of humor to leaven the necessarily dry subject matter.
Chapters Include:
Introducing Java
Programs, Data, Variables and Calculation
Loops and Logic
Arrays and Strings
Defining Classes
Extending Classes and Inheritance
Exceptions
Stream Input and Output
Utility Classes
Threads
Creating Windows
Handling Events
Drawing in a Window
Extending the GUI
Filing and Printing Documents
Networking
Talking to Databases
JDBC in Action
Introducing Remote Method Invocation
There are also 4 appendices:
Setting Up
Distributing Java Classes
Java Keywords
The ASCII Character Set
Would you believe I've already read the whole thing? Well, okay, but the part I've read is clearly written and well-organized. Each chapter begins with an overview and ends with a summary, as you'd expect in a good textbook. Each concept has code examples, and all is well laid-out and clearly explained.
One thing that concerned me is that like most books these days, the editing was a bit sloppy. For a programming book, typos can be disaster. I found no typos in the code, but too many in the text. This is a paperback, but is pretty sturdily bound. The $40 price seems a bargain for such a hefty volume.
Don't let the title fool you. This is fine for beginners, but it would also make a good textbook for a class, or a reference volume for an experienced Java junkie.
Wrox Press has a whole library of good programming texts, similarly organized to Beginning Java. They all fit together in a series of levels and related topics. We'll be reviewing some more in the future.