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 17, 2009

TOTD #95: EJB 3.1 + Java Server Faces 2.0 + JPA 2.0 web application - Getting Started with Java EE 6 using NetBeans 6.8 M1 & GlassFish v3

TOTD #93 showed how to get started with Java EE 6 using NetBeans 6.8 M1 and GlassFish v3 by building a simple Servlet 3.0 + JPA 2.0 web application. TOTD #94 built upon it by using Java Server Faces 2 instead of Servlet 3.0 for displaying the result...

Comment here

More »


ui:repeat and Ajax

Using the f:ajax tag can make doing ajax with a repeating tag like ui:repeat considerably easier.

Comment here

More »


Revisiting the Java Warehouse and Java Store

Sun's opening JavaOne 2009 presentation featured the debut of Java Store, "a global marketplace for cutting-edge Java applications"... Also: Java Today: GlassFish Survey - Top Migrations to GF are from Tomcat and JBoss; Creating Menus in JavaFX (with...

Comment here

More »


Web testing BDD-style with JWebUnit and Easyb

Behaviour-driven development is a great way to design and build the web layers of your application. In this article, I look at how to use JWebUnit, a fast and light-weight web testing framework, with Easyb, a powerful Groovy-based BDD framework....

Comment here

More »


©2002-2008Java-Virtual-Machine.net