Java Virtal Machine.net

[ News ] rss

March 20, 2010

Day 1 - Ruby Conf India 2010. Content available at: http://blogs.sun.com/arungupta/entry/day_1_ruby_conf_india

More »

March 20, 2010

Do you execute ops in bulks or one by one?. Last bunch of the entries have been all about the code. Today let's try something different. Partly because at the time of writing I'm just 34 thousand feet above Atlantic and really don't feel like coding anything, but partly also bec...

More »

September/2009
SunMonTueWedThuFriSat
  1 2 3 4 5
67 8 9 10 11 12
13 14 15 16 17 18 19
202122 2324 2526
272829 30   

[ Archives News ]

September 02, 2009

Joe Darcy: Properties via Annotation Processing

category: Developers

The annotation processing APIs provided by apt in JDK 5 and javac in JDK 6 both present a read-only view of source code; by design directly modifying the input sources is not supported through either annotation processing API. Recently, Project L...

Comment here

More »


Busy status indicator with JSF 2

category: Java Technology

I've had a few requests on how to write a busy status indicator - you know, the little spinning ball that's there while an Ajax call is active, and which goes away once the request is complete. So, I spent about two hours today, and did j...

Comment here

More »


test2 - please ignore

category: Java Technology

testing - please ignore

Comment here

More »


Automated Deployment with Maven - going the whole nine yards

category: Java Technology

Last week I gave a talk at the Agile 2009 conference about automating the deployment process with tools such as Maven, Nexus Cargo, Liquibase and Hudson. Here is a brief description of the talk: Automating your build process with Continuous Integrat...

Comment here

More »


BDD, Easyb and JDave at the Canberra JUG meeting next week

category: Java Technology

I am absolutely thrilled to anounce that I will be talking at the Canberra JUG meeting next week (on Wednesday, September 9, to be exact), about BDD in general, and Easyb and JDave in particular: Behaviour-Driven Development, or BDD, is an excel...

Comment here

More »


Latest functionality in GlassFish v3 logging.

category: Java Technology

This blog highlights some of the changes that are part of GlassFish v3 logging.  Since Prelude I have added 3 asadmin commands related to logging. The new commands are:     * asadmin rotate-log     * asadmin list-l...

Comment here

More »


P G Binod: GlassFish Plugin For Eclipse: Improved SIP Support

category: Java Technology

At the Aquarium, P G Binod has posted "GlassFish Plugin For Eclipse: Improved SIP Support": "There are multiple IDE options for developing sip servlet applications in sailfin. Netbeans p...

Comment here

More »


Shai Almog: Great Looking Flickr Viewer Demo

category: Java Technology

Shai Almog posted "Great Looking Flickr Viewer Demo": "A J2ME Developer just wrote to me with this really great looking demo of using LWUIT to communicate with flickr. The demo shows off...

Comment here

More »


Starting Soon: New JFXStudio Challenge for JavaFX Developers

category: Java Technology

Josh Marinacci has announced a new JFXStudio Challenge: Small is the New Big. JavaFX developers will have from September 8 through September 30 to develop an interesting application in 30 or fewer lines of code (3000 characters maximum), all contain...

Comment here

More »


A. Sundararajan: java.lang.NoClassDefFoundError: com/sun/javafx/runtime/FXBase

category: Developers

I created a simple JavaFX applet and compiled it with "javafxc" and created a jar "HelloApplet.jar". Then, I created a simple HTML file as follows:

Comment here

More »


©2002-2008Java-Virtual-Machine.net