Java Virtal Machine.net

[ News ] rss

March 15, 2010

Joe Darcy: Beware of Covariant Overriding in Interface Hierarchies. One of the changes to the Java programming language made back in JDK 5 was the introduction of covariant returns, that is, the ability in a subtype to override a method in a supertype and return a more specific type. For example,

More »

March 14, 2010

Stephen Colebourne: Java language design by use case. In a blog in 2006 Neal Gafter wrote about how language design was fundamentally different to API design and how use cases were a bad approach to language design. This blog questions some of those conclusions in the context of the Java language.

More »

January/2009
SunMonTueWedThuFriSat
    12 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
1819 20 21 22 23 24
25 26 27 28 29 30 31
       

[ Archives News
for 'Java Technology' ]

January 13, 2009

Strange Sequences

If you come across square brackets in JavaFX script, do not think that JavaFX supports arrays. These are sequences. Sequences are not arrays although they are similar. Before reading this blog post I recommend that you familiarize yourself with the t...

Comment here

More »


Into the Groovy at JUG Milano

After the successful "JavaFX Circle" initiative, a series of informal meetings where a group of JUGgers met together and played with NetBeans and JavaFX (at the time early access), at JUG Milano we're doing it again, this time with Groovy....

Comment here

More »


Thank you music industry!

We are always trying to shine some light to our kids, and teach them about right and wrong. A few things are pretty hard to explain. Copyright for one is a pretty complicated thing. My daughter has frequently asked...

Comment here

More »


TOTD #63: jmx4r gem - How to manage/monitor your Rails/Merb applications on JRuby/GlassFish ?

TOTD #61 and TOTD #62 shows how to use JMX APIs to locally/remotely manage/monitor your Rails/Merb applications. This Tip Of The Day extends TOTD #62 and shows how remote management can be done using jmx4r gem. This gem provides a clean mapping betw...

Comment here

More »


TOTD #64: OpenSolaris 2008/11 using Virtual Box

Here is a blog entry that was sitting in my Drafts folder for a long time (just because I didn't realize :). Anyway, it shows how to install Open Solaris 2008/11 on Virtual Box. The original install was done using Virtual Box 2.0.6. I...

Comment here

More »


GlassFish @ University of Essex and Frankfurt - Go Campus Ambassadors!

This blog highlights couple of contributions by Campus Ambassadors (CA) from University of Essex and Frankfurt towards GlassFish. Jenya Kovalchuk (Campus Ambassador in the University of Essex, UK) gave a talk on GlassFish. The pre- and post-condition...

Comment here

More »


Four Excellent Resources on OpenSolaris 2008.11

A screencast, an audiocast, a Q&A, and a how-to guide.

Comment here

More »


Any Way You Want It

Who seriously reads thousand-line dumps in forums? Also: Forum Posts: Practical help-seeking in forums, EJB deployment slowdown, creating RESTful web services, and where did the JDK 6 source go? Java Today: JavaFX spline editor, JavaFX Examples proj...

Comment here

More »


©2002-2008Java-Virtual-Machine.net