GeekArticles
Operating Systems
SolarisConsumerizing Java on the Desktop
Author: blogs.sun.com |
Published: 30th Jan 2008 |
Visited: 91 times |
Add CommentFiled in: SolarisRead Danny Coward's blog on the early access version of an major update to the Java Runtime Environment (JRE) on Windows platforms, specifically focusing on features of the JRE needed by consumer content.
Read Article Sponsored Links
Related Articles
• Getting Started with Java Web Development with JCODER Java is an object orientated programming (OOP) technique which is designed to simplify complex programming concepts. Object orientated programming uses three basic concepts which are the fundamentals for the programming language. These concepts consist of objects, methods and classes. Additional con ...
• 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 ...