NetBeans 6 delivers great updates to the Matisse GUI builder. Spend a few minutes with Roman Strobl and get an expert briefing on what's new and what has changed. (sponsored)
In this, the third and final installation of Andres' Introduction to Groovy series, you learn about how Groovy handles variable numbers of arguments, named parameters, currying, and more about Groovy operators. Including, some new operators.
Java SE 6 Release Candidate is now available for download, with many new features. The following are just some of the new features available in this release candidate:
Security enhancements and features including a new Smart Card IO API and authentication and authorization service that employ LDAP.
Integrated Web services including new API for XML digital signature secure Web services, and JAX-WS 2.0 and JAXB 2.0.
Scripting language support, including the scripting language API, as well as the Rhino engine for Javascript built into the platform.
Improvements in Swing, including both performance improvements, and look and feel improvements to better match the OS look and feel. Also, improved internationalization support for desktop applications.
This looks like it is going to be a very exciting release of Java. The full details on the release are available
here.
> class data sharing is already possible with
> Java 5 i think.
At least Java 5's version only worked with the client VM with the serial GC, which leaves out a lot of folks that could benefit from it. Support for the server VM and the other garbage collectors would be much appreciated.
There certainly have been performance issues with Java.
We've been working really hard on them.
The primary way we've attacked the problem is with advanced virtual machines. The performance
has been getting very nice. --James Gosling, 1999.
Java SE 6 Release Candidate Available
URL: Sun Developer Network
At 1:29 PM on Nov 11, 2006, Michael Urban wrote:
Fresh Jobs for Developers Post a job opportunity
This looks like it is going to be a very exciting release of Java. The full details on the release are available here.
9 replies so far (
Post your own)
Re: Java SE 6 Release Candidate Available
did we have multyuser or multytasking VM ?can we start 2 applications with one VM ?
Re: Java SE 6 Release Candidate Available
Have you any idea how hard that is to implement?Re: Java SE 6 Release Candidate Available
Also, check out the updated tutorials:http://java.sun.com/docs/books/tutorial/
And the rest of the docs:
http://java.sun.com/javase/6/docs/
Dmitri
Re: Java SE 6 Release Candidate Available
this is hard. but even not the same thing, in a degree class data sharing is already possible with Java 5 i think.http://java.sun.com/j2se/1.5.0/docs/guide/vm/class-data-sharing.html
Re: Java SE 6 Release Candidate Available
For those of you who download the builds from jdk6.dev.java.net; this is identical to build b104.Re: Java SE 6 Release Candidate Available
> class data sharing is already possible with> Java 5 i think.
At least Java 5's version only worked with the client VM with the serial GC, which leaves out a lot of folks that could benefit from it. Support for the server VM and the other garbage collectors would be much appreciated.
Re: Java SE 6 Release Candidate Available
Does anyone know what the **** they changed from the beta to this RC, regarding dialog and windows ?The only thing that works in my application, when run under Java webstart is the splashscreen.
The login dialog doesn't show up...
EDITED: Looks like its ok under vmware... but not on my dev computer.
Re: Java SE 6 Release Candidate Available
Well I need to do more tests, but the problem is really this:"Malformed reply from SOCKS server" after a while.
which prevents my login window to run.
I'm using Firefox 2, and it looks like this Java 6 RC have a problem with the proxy settings...
Re: Java SE 6 Release Candidate Available
Multiuser VM is available or not?