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 »

August/2009
SunMonTueWedThuFriSat
      1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
1617 18 19 20 21 22
2324 25 26 27 28 29
3031      

[ Archives News
for 'Java Technology' ]

August 05, 2009

TOTD #89: How to add pagination to an Apache Wicket application

TOTD #86 explained how to get started with deploying a Apache Wicket application on GlassFish. This Tip Of The Day (TOTD) will show how to add pagination to your Wicket application. The blog entry "JPA/Hibernate and Wicket Repeating Views with Netbe...

Comment here

More »


Will the JVM Outlive Java?

I was talking with java.net former editor Chris Adamson this morning (via email), and our conversation got me thinking about the future of Java... Also: Java Today: Announcing Sun Continuous Integration Server; JavaEE 6 Will Include JSR330 and JSR299...

Comment here

More »


©2002-2008Java-Virtual-Machine.net