Java Virtal Machine.net

[ News ] rss

March 19, 2010

Java Posse Roundup. I've spending the week in beautiful Crested Butte, Colorado at the Java Posse Roundup. It's the fourth year in a row, with record attendance. And as always, it's been fantastic. It's hard to explain an Open Space conference - it doesn't sound like ...

More »

March 19, 2010

Mario Torre: This is a sad news....

More »

February/2009
SunMonTueWedThuFriSat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
       

[ Archives News ]

February 23, 2009

Live Webinar: Increase Profitability with Sun GlassFish Portfolio

category: Main

Join on Wednesday, February 25 for a technical on the emerging business strategies for implementing open source within the enterprise.

Comment here

More »


Newsflash! iPhone UI, JavaFX in 15 mins, Devoxx keynote, developer survey, and more ...

category: Java Technology

There's been a lot of news bits and snippets of information rolling in over the last two weeks - in fact, too much to cover in a single blog entry. I thought I'd compile some of the more interesting bits...

Comment here

More »


John Rose: bloom filters in a nutshell

category: Developers

A Bloom filter is an array of M bits which is queried at K quasi-randomly selected positions pk (k < K). If all of the bits are set, then the query returns positive, indicating that someone has already visited the array, setting the bits at all the...

Comment here

More »


Telnet to GlassFish v3

category: Java Technology

Did you know you can telnet to GlassFish v3 runtime and manage it? Well, try the following: "telnet localhost 6666" and then type help...

Comment here

More »


Sun OpenSSO Enterprise In the Coming Year

category: Java Technology

Watch the video of a Webinar by Sun's Jamie Nelson and Daniel Raskin.

Comment here

More »


Developing MEP Client Applications - Part 2

category: Java Technology

Part 1 of this series focused on the core features of the MCBO API. In Part 2, we will see how to take advantage of many of the client security features provided in the API, using the MusicDB sample app as a framework for the discussion.

Comment here

More »


Haven't We Been Here Before

category: Java Technology

New concerns about Swing's status... also: Java Today: Code generators compared, JavaFX for Java/JavaScript developers, and status of JSR 296 (Swing App Framework) Weblogs: Ask the JCP ME EC candidates and backward-compatibility hacks Forum Posts: Se...

Comment here

More »


Max Weijun Wang: Another new keytool enhancement: -printcert -sslserver

category: Developers

Andreas has written a blog entry on retrieving certificates from an SSL server. Whenever I see someone asking this question on the Java forum I point the user to this entry. Now it's time for this function to be included in keytool. Call keytool -p...

Comment here

More »


A. Sundararajan: JavaFX interactive shell

category: Developers

JavaFX compiler has a built-in script shell - Per Bothner has implemented a read-eval-print loop facility for JavaFX. The script shell class is com.sun.tools.javafx.script.ScriptShell. Note:This is in the openjfx-compiler repository and not in the ...

Comment here

More »


Kelly O'Hair: Ant and Platform Specific macrodefs

category: Developers

Ant works great for any pure Java project, very simple to deal with, might get a little tricky when dealing with jar manifests, but not bad, and very efficient in terms of limiting the Java VM startup overhead. But what about platform specific tasks...

Comment here

More »


©2002-2008Java-Virtual-Machine.net