|
|
25 Feb 2002
#5946
|
"Compression and Decompression Data Using Java APIs"
Reduce Network Traffic
Qusay H. Mahmoud's article "Compression and Decompression Data Using
Java APIs" covers using APIs to compress and decompress data from
within applications. There are code samples available on the Java
Web site that show how to use the java.util.zip package to compress and
decompress data in order to reduce network traffic and improve the
performance of client/server applications. Also covered is
how to compress and decompress serialized objects to save disk space.
(Get More Information . .)
|
|
|
|
25 Feb 2002
#5949
|
"More Servlets and JavaServer Pages"
by Marty Hall
In "More Servlets and JavaServer Pages" Marty Hall shows how to
apply recent advances in servlet and JavaServer Pages (JSP)
technology. The book provides
every detail necessary to leverage the latest servlet 2.3 and JSP 1.2
standards: real-world insight, advanced techniques, industrial-strength
code and hands-on coverage of three top servers--Apache Tomcat,
Macromedia JRun and New Atlanta ServletExec.
(Get More Information . .)
|
|
|
|
|
|
25 Feb 2002
#5956
|
Playing Audio and Video With the Java Media Framework API
Java Developer Connection Program Tech Tips
The Java Developer Connection (JDC) Program Tech Tips for February 19, 2002,
was written by John Zukowski. The tips it includes were developed using
Java 2 Software Development Kit (SDK), Standard Edition, v 1.3.
They include Playing Audio and Video With the Java Media Framework API and
Using the JSObject Class in Applets.
(Get More Information . .)
|
|
|
|