|
Releases, Tips & Reviews
Java, RDF, and the "Virtual Web"
The W3C has released the XML Resource Description Framework as an official recommendation and is distributing a simple RDF compiler that is, of course, implemented in Java.
(EarthWeb's Gamelan: September 01, 1999, 12:00 AM)
XML Derivatives Could Be The End Of SS7
Derivatives of XML are taking center stage in the effort to force open the formerly closed world of circuit-based switches in the telephone company central office.
(CMPnet: August 23, 1999, 12:00 AM)
Interview with author Keith Edwards
(About.com: August 11, 1999, 10:23 AM)
alternative to deep copying
Use serialization to make deep copies and avoid
extensive manual editing or extending of classes
(JavaWorld: August 11, 1999, 09:55 AM)
Static class declarations
Can a class -- inner or outer -- be declared static?
(JavaWorld: August 11, 1999, 09:53 AM)
Vector and StringBuffer
How to dynamically allocate memory, solve Vector
memory errors, and add stings
(JavaWorld: August 11, 1999, 09:52 AM)
HTML to JPEG Output
Have you ever wanted to save rendered HTML output that was
displayed within a JEditorPane JFC/Project Swing component to an
image file for later use? It is really much easier than you thi...
(About.com: August 11, 1999, 09:41 AM)
Enterprise Computer Telephony Forum ships JTAPI component
FREMONT, Calif., Aug 9, 1999 -- S.410 is Part of JTAPI 1.3, Which Provides an Integrated Suite of Object-Oriented APIs for Telephony Control and Media Processing ...
(Business Wire: August 09, 1999, 03:50 AM)
Swing's new XMLOutputStream
Find out what's wrong, from the perspective of
object-oriented design, with the
XMLOutputStream class that's part of the
...
(JavaWorld: August 01, 1999, 10:52 PM)
growable arrays and spliting strings
Find the middle ground between primitive arrays
and Vectors, and string manipulation methods
that help suppress homesickness for Perl
(JavaWorld: August 01, 1999, 10:46 PM)
More...
|
|

|
|
Technical Articles
Using Database Transactions in Java
Understanding transactions is important when designing and
writing database applications
(JavaPro: September 08, 1999, 09:07 AM)
The Jini vision
Learn the unique value of this new networking
technology and what Jini visionary Bill Joy had to
say about it at the recent Jini Community Summit
(SunWorld: September 08, 1999, 09:02 AM)
Tutorial: Introduction to XML
This tutorial cuts through the hype to show you what XML is
all about. XML is an important new technology that will revolutionize the web. Just as important,
XML isn't rocket science. The...
(IBM: August 11, 1999, 10:08 AM)
Smarter Java development
Use interfaces to effectively enforce development
contracts while maintaining loose coupling of
code
(JavaWorld: August 01, 1999, 10:53 PM)
Java and JavaScript
Learn how to integrate Java and JavaScript, two
popular programming languages
(JavaWorld: August 01, 1999, 10:34 PM)
drag n drop, part 2
Create a library of drag and drop-enabled Swing components
(JavaWorld: August 01, 1999, 10:32 PM)
Testing Java 2 Performance
Benchmarks don't tell the whole story, but they do
provide clues to performance issues
(JavaPro (registration required): July 07, 1999, 08:33 AM)
Migrating from RMI to EJB
If you've already worked with RMI, this article will briefly explain the
need for EJB, and provide a tutorial on how to convert an existing
RMI service to an EJB component .
(Java Pro (registration required)pat: July 07, 1999, 08:22 AM)
The Win32-Java hybrid
Worried that your Java apps won't run on Windows? Here's
a strategy that blends the best of Java with Win32 to create
applications...
(JavaWorld: June 29, 1999, 01:04 PM)
Writing a Java Card applet
Learn the programming concepts and major steps of creating Java Card applets
(JavaWorld: June 29, 1999, 01:01 PM)
More...
|