GeekArticles
Operating Systems
SolarisJava University Courses
Author: java.sun.com |
Published: 26th Apr 2008 |
Visited: 110 times |
Add CommentFiled in: SolarisSang Shin and Jim Weaver deliver a course on "Developing Secure, Interactive Applications Hosted on a Variety of Clients Using JavaFX technology", May 5, 9 am to 12:30 pm,. Dwight Wilson offers one on "Using Java Card technology for Applications that Run on Smart Cards and Other Devices", 1:30 to 5:30 pm. Both on Monday, May 5, at the Intercontinental Hotel, San Francisco.
Read Article Sponsored Links
Related Articles
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...
• Sources of Java Errors
The Java VM shields most developers from having to think about the memory-management aspects their Java objects, but it does not completely manage other types of resources automatically, says Gwyn Fisher, CTO of Klockwork in this interview with Artima. Great Java developers learn to understand what ...