InfoQ

News

Java Ready and Waiting for Windows Vista

Posted by Scott Delap on Oct 11, 2006 08:34 AM

Community
Java
Topics
Deployment / Datacenter ,
Rich Client / Desktop
Tags
Windows ,
Java SE
Last week Microsoft Watch ran a story entitled Windows Vista: Aero Glass and Java Don't Mix. Chet Haase, Java Client Group Architect at Sun, sets the record straight in a subsequent blog post affirming that Java in fact runs just fine on Vista. Sun has been working with Microsoft on Vista compatibility during the entire Java 6 Mustang development cycle.

In fact, we have been tuned into this release and making Java work on it since it was named after a breed of cattle. Between regular calls with Microsoft, interaction with their engineers when problems or questions arose, and regular testing and engineering during Vista's development, we have been building a rock-solid release of Java for Vista.

Chet does acknowledge that older versions of Java may have issues on Vista. However this is to be expected with a major OS change:

Vista is not just XP++; there are fundamentally new things about the system that makes older software break. Is all software broken? Probably not. But the more of the system an application uses, the more likely it is to run into issues where the system has changed, and need to react to those issues. In our case, Java is not just a simple win32 GUI application; it is a runtime platform with deep rooted needs in the operating system, the networking stack, the security model, the graphics system, ... if any of these change significantly, then we need to change our software in reaction. And in the case of Vista, it has been an ongoing process of learning, testing, debugging, submitting bugs against Microsoft, fixing our bugs, re-testing, .... And since Vista has been a moving platform during the Java SE 6 development process, we've been in this development cycle continually with every new drop of Vista.

Java 6 will be the preferred version of Java for Vista. However, many Vista fixes have been backported to Java 5 with work continuing that will be included in a update slated to be released around January of 2007. Sun also plans to ship a Vista-enabled update to Java 1.4.2 after the Java 5 update.

character rendering by karan malhi Posted Oct 11, 2006 11:07 AM
Re: character rendering by Chet Haase Posted Oct 12, 2006 3:07 PM
  1. Back to top

    character rendering

    Oct 11, 2006 11:07 AM by karan malhi

    maybe its the image, but i dont see characters rendered properly on the screen

  2. Back to top

    Re: character rendering

    Oct 12, 2006 3:07 PM by Chet Haase

    It's the image: the version above is not the original size, and the text didn't fare well in the scaling operation. Click on the image to see the original screenshot.
    The original image's text may also look distorted, depending on your display; it was captured on an LCD screen and the text is therefore rendered with our LCD text anti-aliasing (new in Java SE 6). If your display is similar to the display it was captured on, it should look fine, but if your display's characterstics are different (like if you are viewing it on a CRT, not an LCD display), you may notice color fringing artifacts in the image that would not be there if you were running the application locally on your display.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.