Java Virtal Machine.net

[ News ] rss

September 01, 2010

Cay Horstmann: Independence Day for Java?. I am on sabbatical in Vietnam right now, and today the country celebrates independence day. (On September 2, 1945, Ho Chi Minh gave his declaration of independence speech.)

More »

September 01, 2010

TOTD #144: CDI @Produces for container-managed @Resource. Content available at: http://blogs.sun.com/arungupta/entry/totd_144_cdi_produces_for

More »

January/2009
SunMonTueWedThuFriSat
    12 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 29 30 31
       

[ Archives News ]

home > news > january 2009

January 2009

January 31, 2009

Writing a Unix daemon in Java with Akuma

category: Java Technology

Writing a proper Unix daemon in Java used to be very difficult, due to the lack of access to the OS capabilities from Java. So I wrote a library to overcome this problem.

1 Comment

More »


January 31, 2009

JSF 2.0: A Component's Controller

category: Java Technology

After my last blog post on composite components, Ed Burns, the spec lead, pointed out a better way to do things, by using a controller for the component. Here's a short explanation of what to do to make that work.

Comment here

More »


January 31, 2009

Kohsuke Kawaguchi: Writing a Unix daemon in Java with Akuma

category: Developers

Writing a proper Unix daemon in Java used to be very difficult, due to the lack of access to the OS capabilities from Java. So I wrote a library to overcome this problem.

Comment here

More »


January 31, 2009

eWeek Article Says OpenSolaris 2008.11 Competes With Linux

category: Java Technology

A two-part analysis contains many accolades.

Comment here

More »


January 30, 2009

GlassFish gem 0.9.2 released

category: Java Technology

I just released a new version of GlassFish gem ver 0.9.2. This release has startup time improvement and it also contains few critical bug fixes. The change log for ver 0.9.2 can be found here. The main issue was to do with the timeout during startup ...

Comment here

More »


January 30, 2009

Video: Profiling and Optimizing Your Application

category: Developers

Darryl Gove, Performance Analyst for the Sun Studio Compiler Group, offers basic tips for profiling and optimizing your application, including using compiler optimization flags for best performance on AMD systems.

Comment here

More »


January 30, 2009

Automatically deploy to Glassfish using Hudson

category: Java Technology

If you want to use Hudson to automatically deploy your WAR file to Glassfish this is a must read!

Comment here

More »


January 30, 2009

Pass Parameters to Painters of Synth Look And Feel

category: Java Technology

Introduce two approaches to pass parameters to Synth painters.

Comment here

More »


January 30, 2009

"Sparks of passion" in the "world of Open Source" - Archana N contributes to GlassFish Documentation

category: Java Technology

Interested in contributing to open source ? Archana N has a recommendation for you: Flame the sparks of passion in you, Experience the world of Open Source anew. Discover your potentials as they unfold, Venture to contribute in the technologies unto...

Comment here

More »


January 30, 2009

TOTD #67: How to front-end a GlassFish Cluster with Apache + mod_jk on Mac OSX Leopard ?

category: Java Technology

GlassFish provides support for High Availability by creating a cluster of server instances and session state replication. This enhances the scalability and availability of your application and is a critical piece of decision making critieria when sel...

1 Comment

More »


©2002-2008Java-Virtual-Machine.net